#696613

Color #696613 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #696613

Tints of Fiji Green #696613

Color information

#696613 (or 0x696613) is unknown color: approx Fiji Green. HEX triplet: 69, 66 and 13. RGB value is (105,102,19). Sum of RGB (Red+Green+Blue) = 105+102+19=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #696613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696613 is #9699EC. Grayscale: #5D5D5D. Windows color (decimal): -9869805 or 1271401. OLE color: 1271401.

HSL color Cylindrical-coordinate representation of color #696613: hue angle of 57.91º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #696613 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB10510219-
CMYK00.030.820.59
HSL57.91º69.35%24.31%-
HSV(B)57.91º81.9%41.18%-
XYZ10.6912.552.48-
YUV93.4385.99136.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=46.46%
G=45.13%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051021900.030.820.5957.9169.3524.31
Hex69661303523B3a4518
Octal1511462303122737210530
Binary11010011100110100110111010010111011111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696613; }

 p { color: rgb(105,102,19); }

 H1.HeaderClassName
 {
   color: #696613;
 }
 .AnyTagClassName
 {
   color: #696613;
 }
</style>
background-color css

<style>
 a { background-color: #696613; }

 a { background-color: rgb(105,102,19); }

 div.DivClassName
 {
   background-color: #696613;
 }
 .BgClassName
 {
   background-color: #696613;
 }
</style>
border-color css

<style>
 span { border-color: #696613; }

 span { border-color: rgb(105,102,19); }

 td.TdClassName
 {
   border-color: #696613;
 }
 .TagClassName
 {
   border-color: #696613;
 }
</style>