Html Css Color HEX #696910 Fiji Green

📋 copy color: '#696910'

red 105 ◦ green 105 ◦ blue 16

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

Shades of Fiji Green #696910

Tints of Fiji Green #696910

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

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

R = 46.46%
G = 46.46%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#696910 (or 0x696910) is known color: Fiji Green. HEX triplet: 69, 69 and 10. RGB value is (105,105,16). Sum of RGB (Red+Green+Blue) = 105+105+16=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696910 is #9696EF. Grayscale: #5F5F5F. Windows color (decimal): -9869040 or 1075561. OLE color: 1075561.

HSL color Cylindrical-coordinate representation of color #696910: hue angle of 60º 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 #696910 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 16 -
CMYK 0 0 0.85 0.59
HSL 60º 0.74% 0.24% -
HSV(B) 60º 0.85% 0.41% -
XYZ 10.97 13.14 2.45 -
YUV 94.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 105 105 16 0 0 0.85 0.59 60 0.74 0.24
Hex 69 69 10 0 0 55 3B 3C 4A 18
Octal 151 151 20 0 0 125 73 74 112 30
Binary 1101001 1101001 10000 0 0 1010101 111011 111100 1001010 11000

Color Harmonies of #696910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696910

Black with #696910

Text Example


Text Example

White with #696910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696910; }

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

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

background-color css

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

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

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

border-color css

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

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

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