Html Css Color HEX #606C24 Fiji Green

📋 copy color: '#606C24'

red 96 ◦ green 108 ◦ blue 36

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

Shades of Fiji Green #606C24

Tints of Fiji Green #606C24

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45%

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

R = 40%
G = 45%
B = 15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#606C24 (or 0x606C24) is known color: Fiji Green. HEX triplet: 60, 6C and 24. RGB value is (96,108,36). Sum of RGB (Red+Green+Blue) = 96+108+36=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #606C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606C24 is #9F93DB. Grayscale: #606060. Windows color (decimal): -10458076 or 2387040. OLE color: 2387040.

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

Color convert

RGB 96 108 36 -
CMYK 0.11 0 0.67 0.58
HSL 70º 0.5% 0.28% -
HSV(B) 70º 0.67% 0.42% -
XYZ 10.5 13.34 3.69 -
YUV 96.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 96 108 36 0.11 0 0.67 0.58 70 0.5 0.28
Hex 60 6C 24 B 0 43 3A 46 32 1C
Octal 140 154 44 13 0 103 72 106 62 34
Binary 1100000 1101100 100100 1011 0 1000011 111010 1000110 110010 11100

Color Harmonies of #606C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C24

Black with #606C24

Text Example


Text Example

White with #606C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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