Html Css Color HEX #696612 Fiji Green

📋 copy color: '#696612'

red 105 ◦ green 102 ◦ blue 18

#696612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #696612

Tints of Fiji Green #696612

RGB

 RED value IS 105 (41.41% from 255) = 46.67%

 GREEN value IS 102 (40.23% from 255) = 45.33%

 BLUE value IS 18 (7.42% from 255) = 8%

R = 46.67%
G = 45.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#696612 (or 0x696612) is known color: Fiji Green. HEX triplet: 69, 66 and 12. RGB value is (105,102,18). Sum of RGB (Red+Green+Blue) = 105+102+18=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #696612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696612 is #9699ED. Grayscale: #5D5D5D. Windows color (decimal): -9869806 or 1205865. OLE color: 1205865.

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

Color convert

RGB 105 102 18 -
CMYK 0 0.03 0.83 0.59
HSL 57.93º 0.71% 0.24% -
HSV(B) 57.93º 0.83% 0.41% -
XYZ 10.69 12.55 2.43 -
YUV 93.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 105 102 18 0 0.03 0.83 0.59 57.93 0.71 0.24
Hex 69 66 12 0 3 53 3B 3A 47 18
Octal 151 146 22 0 3 123 73 72 107 30
Binary 1101001 1100110 10010 0 11 1010011 111011 111010 1000111 11000

Color Harmonies of #696612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696612

Black with #696612

Text Example


Text Example

White with #696612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696612; }

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

 H1.HeaderClassName
 {
   color: #696612;
 }
 .AnyTagClassName
 {
   color: #696612;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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