Html Css Color HEX #606812 Fiji Green

📋 copy color: '#606812'

red 96 ◦ green 104 ◦ blue 18

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

Shades of Fiji Green #606812

Tints of Fiji Green #606812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.71%

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

R = 44.04%
G = 47.71%
B = 8.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#606812 (or 0x606812) is known color: Fiji Green. HEX triplet: 60, 68 and 12. RGB value is (96,104,18). Sum of RGB (Red+Green+Blue) = 96+104+18=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #606812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606812 is #9F97ED. Grayscale: #5C5C5C. Windows color (decimal): -10459118 or 1206368. OLE color: 1206368.

HSL color Cylindrical-coordinate representation of color #606812: hue angle of 65.58º degrees, saturation: 0.7, 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 #606812 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 18 -
CMYK 0.08 0 0.83 0.59
HSL 65.58º 0.7% 0.24% -
HSV(B) 65.58º 0.83% 0.41% -
XYZ 9.88 12.43 2.45 -
YUV 91.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 96 104 18 0.08 0 0.83 0.59 65.58 0.7 0.24
Hex 60 68 12 8 0 53 3B 42 46 18
Octal 140 150 22 10 0 123 73 102 106 30
Binary 1100000 1101000 10010 1000 0 1010011 111011 1000010 1000110 11000

Color Harmonies of #606812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606812

Black with #606812

Text Example


Text Example

White with #606812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606812; }

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

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

background-color css

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

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

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

border-color css

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

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

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