Html Css Color HEX #696F12 Fiji Green

📋 copy color: '#696F12'

red 105 ◦ green 111 ◦ blue 18

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

Shades of Fiji Green #696F12

Tints of Fiji Green #696F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.44%

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

R = 44.87%
G = 47.44%
B = 7.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#696F12 (or 0x696F12) is known color: Fiji Green. HEX triplet: 69, 6F and 12. RGB value is (105,111,18). Sum of RGB (Red+Green+Blue) = 105+111+18=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #696F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696F12 is #9690ED. Grayscale: #626262. Windows color (decimal): -9867502 or 1208169. OLE color: 1208169.

HSL color Cylindrical-coordinate representation of color #696F12: hue angle of 63.87º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #696F12 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 111 18 -
CMYK 0.05 0 0.84 0.56
HSL 63.87º 0.72% 0.25% -
HSV(B) 63.87º 0.84% 0.44% -
XYZ 11.62 14.42 2.74 -
YUV 98.6 82.51 132.56 -
System Red Green Blue C M Y K H S L
Decimal 105 111 18 0.05 0 0.84 0.56 63.87 0.72 0.25
Hex 69 6F 12 5 0 54 38 40 48 19
Octal 151 157 22 5 0 124 70 100 110 31
Binary 1101001 1101111 10010 101 0 1010100 111000 1000000 1001000 11001

Color Harmonies of #696F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F12

Black with #696F12

Text Example


Text Example

White with #696F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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