Html Css Color HEX #606F1E Fiji Green

📋 copy color: '#606F1E'

red 96 ◦ green 111 ◦ blue 30

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

Shades of Fiji Green #606F1E

Tints of Fiji Green #606F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.84%

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

R = 40.51%
G = 46.84%
B = 12.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#606F1E (or 0x606F1E) is known color: Fiji Green. HEX triplet: 60, 6F and 1E. RGB value is (96,111,30). Sum of RGB (Red+Green+Blue) = 96+111+30=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #606F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606F1E is #9F90E1. Grayscale: #616161. Windows color (decimal): -10457314 or 1994592. OLE color: 1994592.

HSL color Cylindrical-coordinate representation of color #606F1E: hue angle of 71.11º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #606F1E is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 111 30 -
CMYK 0.14 0 0.73 0.56
HSL 71.11º 0.57% 0.28% -
HSV(B) 71.11º 0.73% 0.44% -
XYZ 10.74 13.95 3.35 -
YUV 97.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 96 111 30 0.14 0 0.73 0.56 71.11 0.57 0.28
Hex 60 6F 1E E 0 49 38 47 39 1C
Octal 140 157 36 16 0 111 70 107 71 34
Binary 1100000 1101111 11110 1110 0 1001001 111000 1000111 111001 11100

Color Harmonies of #606F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F1E

Black with #606F1E

Text Example


Text Example

White with #606F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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