Html Css Color HEX #606312 Fiji Green

📋 copy color: '#606312'

red 96 ◦ green 99 ◦ blue 18

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

Shades of Fiji Green #606312

Tints of Fiji Green #606312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.48%

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

R = 45.07%
G = 46.48%
B = 8.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#606312 (or 0x606312) is known color: Fiji Green. HEX triplet: 60, 63 and 12. RGB value is (96,99,18). Sum of RGB (Red+Green+Blue) = 96+99+18=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #606312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606312 is #9F9CED. Grayscale: #595959. Windows color (decimal): -10460398 or 1205088. OLE color: 1205088.

HSL color Cylindrical-coordinate representation of color #606312: hue angle of 62.22º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #606312 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 99 18 -
CMYK 0.03 0 0.82 0.61
HSL 62.22º 0.69% 0.23% -
HSV(B) 62.22º 0.82% 0.39% -
XYZ 9.39 11.45 2.29 -
YUV 88.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 96 99 18 0.03 0 0.82 0.61 62.22 0.69 0.23
Hex 60 63 12 3 0 52 3D 3E 45 17
Octal 140 143 22 3 0 122 75 76 105 27
Binary 1100000 1100011 10010 11 0 1010010 111101 111110 1000101 10111

Color Harmonies of #606312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606312

Black with #606312

Text Example


Text Example

White with #606312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606312; }

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

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

background-color css

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

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

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

border-color css

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

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

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