Html Css Color HEX #606D1E Fiji Green

📋 copy color: '#606D1E'

red 96 ◦ green 109 ◦ blue 30

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

Shades of Fiji Green #606D1E

Tints of Fiji Green #606D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.38%

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 40.85%
G = 46.38%
B = 12.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#606D1E (or 0x606D1E) is known color: Fiji Green. HEX triplet: 60, 6D and 1E. RGB value is (96,109,30). Sum of RGB (Red+Green+Blue) = 96+109+30=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #606D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D1E is #9F92E1. Grayscale: #606060. Windows color (decimal): -10457826 or 1994080. OLE color: 1994080.

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

Color convert

RGB 96 109 30 -
CMYK 0.12 0 0.72 0.57
HSL 69.87º 0.57% 0.27% -
HSV(B) 69.87º 0.72% 0.43% -
XYZ 10.53 13.52 3.28 -
YUV 96.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 96 109 30 0.12 0 0.72 0.57 69.87 0.57 0.27
Hex 60 6D 1E C 0 48 39 46 39 1B
Octal 140 155 36 14 0 110 71 106 71 33
Binary 1100000 1101101 11110 1100 0 1001000 111001 1000110 111001 11011

Color Harmonies of #606D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D1E

Black with #606D1E

Text Example


Text Example

White with #606D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,109,30); }

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

background-color css

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

 a { background-color: rgb(96,109,30); }

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

border-color css

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

 span { border-color: rgb(96,109,30); }

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