Html Css Color HEX #606F1F Fiji Green

📋 copy color: '#606F1F'

red 96 ◦ green 111 ◦ blue 31

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

Shades of Fiji Green #606F1F

Tints of Fiji Green #606F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 40.34%
G = 46.64%
B = 13.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#606F1F (or 0x606F1F) is known color: Fiji Green. HEX triplet: 60, 6F and 1F. RGB value is (96,111,31). Sum of RGB (Red+Green+Blue) = 96+111+31=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #606F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606F1F is #9F90E0. Grayscale: #616161. Windows color (decimal): -10457313 or 2060128. OLE color: 2060128.

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

Color convert

RGB 96 111 31 -
CMYK 0.14 0 0.72 0.56
HSL 71.25º 0.56% 0.28% -
HSV(B) 71.25º 0.72% 0.44% -
XYZ 10.76 13.95 3.42 -
YUV 97.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 96 111 31 0.14 0 0.72 0.56 71.25 0.56 0.28
Hex 60 6F 1F E 0 48 38 47 38 1C
Octal 140 157 37 16 0 110 70 107 70 34
Binary 1100000 1101111 11111 1110 0 1001000 111000 1000111 111000 11100

Color Harmonies of #606F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F1F

Black with #606F1F

Text Example


Text Example

White with #606F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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