Html Css Color HEX #606F12 Fiji Green

📋 copy color: '#606F12'

red 96 ◦ green 111 ◦ blue 18

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

Shades of Fiji Green #606F12

Tints of Fiji Green #606F12

RGB

 RED value IS 96 (37.89% from 255) = 42.67%

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

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

R = 42.67%
G = 49.33%
B = 8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#606F12 (or 0x606F12) is known color: Fiji Green. HEX triplet: 60, 6F and 12. RGB value is (96,111,18). Sum of RGB (Red+Green+Blue) = 96+111+18=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #606F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606F12 is #9F90ED. Grayscale: #606060. Windows color (decimal): -10457326 or 1208160. OLE color: 1208160.

HSL color Cylindrical-coordinate representation of color #606F12: hue angle of 69.68º 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 #606F12 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 111 18 -
CMYK 0.14 0 0.84 0.56
HSL 69.68º 0.72% 0.25% -
HSV(B) 69.68º 0.84% 0.44% -
XYZ 10.62 13.9 2.7 -
YUV 95.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 96 111 18 0.14 0 0.84 0.56 69.68 0.72 0.25
Hex 60 6F 12 E 0 54 38 46 48 19
Octal 140 157 22 16 0 124 70 106 110 31
Binary 1100000 1101111 10010 1110 0 1010100 111000 1000110 1001000 11001

Color Harmonies of #606F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F12

Black with #606F12

Text Example


Text Example

White with #606F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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