Html Css Color HEX #606B24 Fiji Green

📋 copy color: '#606B24'

red 96 ◦ green 107 ◦ blue 36

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

Shades of Fiji Green #606B24

Tints of Fiji Green #606B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.77%

 BLUE value IS 36 (14.45% from 255) = 15.06%

R = 40.17%
G = 44.77%
B = 15.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#606B24 (or 0x606B24) is known color: Fiji Green. HEX triplet: 60, 6B and 24. RGB value is (96,107,36). Sum of RGB (Red+Green+Blue) = 96+107+36=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #606B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606B24 is #9F94DB. Grayscale: #5F5F5F. Windows color (decimal): -10458332 or 2386784. OLE color: 2386784.

HSL color Cylindrical-coordinate representation of color #606B24: hue angle of 69.3º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #606B24 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 107 36 -
CMYK 0.10 0 0.66 0.58
HSL 69.3º 0.5% 0.28% -
HSV(B) 69.3º 0.66% 0.42% -
XYZ 10.4 13.13 3.66 -
YUV 95.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 96 107 36 0.10 0 0.66 0.58 69.3 0.5 0.28
Hex 60 6B 24 A 0 42 3A 45 32 1C
Octal 140 153 44 12 0 102 72 105 62 34
Binary 1100000 1101011 100100 1010 0 1000010 111010 1000101 110010 11100

Color Harmonies of #606B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B24

Black with #606B24

Text Example


Text Example

White with #606B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,107,36); }

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

background-color css

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

 a { background-color: rgb(96,107,36); }

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

border-color css

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

 span { border-color: rgb(96,107,36); }

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