Html Css Color HEX #696610 Fiji Green

📋 copy color: '#696610'

red 105 ◦ green 102 ◦ blue 16

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

Shades of Fiji Green #696610

Tints of Fiji Green #696610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 47.09%
G = 45.74%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#696610 (or 0x696610) is known color: Fiji Green. HEX triplet: 69, 66 and 10. RGB value is (105,102,16). Sum of RGB (Red+Green+Blue) = 105+102+16=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #696610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696610 is #9699EF. Grayscale: #5D5D5D. Windows color (decimal): -9869808 or 1074793. OLE color: 1074793.

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

Color convert

RGB 105 102 16 -
CMYK 0 0.03 0.85 0.59
HSL 57.98º 0.74% 0.24% -
HSV(B) 57.98º 0.85% 0.41% -
XYZ 10.67 12.54 2.35 -
YUV 93.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 105 102 16 0 0.03 0.85 0.59 57.98 0.74 0.24
Hex 69 66 10 0 3 55 3B 3A 4A 18
Octal 151 146 20 0 3 125 73 72 112 30
Binary 1101001 1100110 10000 0 11 1010101 111011 111010 1001010 11000

Color Harmonies of #696610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696610

Black with #696610

Text Example


Text Example

White with #696610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696610; }

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

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

background-color css

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

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

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

border-color css

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

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

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