Html Css Color HEX #606E1C Fiji Green

📋 copy color: '#606E1C'

red 96 ◦ green 110 ◦ blue 28

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

Shades of Fiji Green #606E1C

Tints of Fiji Green #606E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.01%

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 41.03%
G = 47.01%
B = 11.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#606E1C (or 0x606E1C) is known color: Fiji Green. HEX triplet: 60, 6E and 1C. RGB value is (96,110,28). Sum of RGB (Red+Green+Blue) = 96+110+28=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #606E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606E1C is #9F91E3. Grayscale: #606060. Windows color (decimal): -10457572 or 1863264. OLE color: 1863264.

HSL color Cylindrical-coordinate representation of color #606E1C: hue angle of 70.24º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #606E1C is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 110 28 -
CMYK 0.13 0 0.75 0.57
HSL 70.24º 0.59% 0.27% -
HSV(B) 70.24º 0.75% 0.43% -
XYZ 10.61 13.72 3.19 -
YUV 96.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 96 110 28 0.13 0 0.75 0.57 70.24 0.59 0.27
Hex 60 6E 1C D 0 4B 39 46 3B 1B
Octal 140 156 34 15 0 113 71 106 73 33
Binary 1100000 1101110 11100 1101 0 1001011 111001 1000110 111011 11011

Color Harmonies of #606E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606E1C

Black with #606E1C

Text Example


Text Example

White with #606E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,110,28); }

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

background-color css

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

 a { background-color: rgb(96,110,28); }

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

border-color css

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

 span { border-color: rgb(96,110,28); }

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