Html Css Color HEX #60701F Fiji Green

📋 copy color: '#60701F'

red 96 ◦ green 112 ◦ blue 31

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

Shades of Fiji Green #60701F

Tints of Fiji Green #60701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.86%

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

R = 40.17%
G = 46.86%
B = 12.97%

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

#60701F (or 0x60701F) is known color: Fiji Green. HEX triplet: 60, 70 and 1F. RGB value is (96,112,31). Sum of RGB (Red+Green+Blue) = 96+112+31=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #60701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60701F is #9F8FE0. Grayscale: #626262. Windows color (decimal): -10457057 or 2060384. OLE color: 2060384.

HSL color Cylindrical-coordinate representation of color #60701F: hue angle of 71.85º degrees, saturation: 0.57, 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 #60701F is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 31 -
CMYK 0.14 0 0.72 0.56
HSL 71.85º 0.57% 0.28% -
HSV(B) 71.85º 0.72% 0.44% -
XYZ 10.87 14.17 3.46 -
YUV 97.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 96 112 31 0.14 0 0.72 0.56 71.85 0.57 0.28
Hex 60 70 1F E 0 48 38 48 39 1C
Octal 140 160 37 16 0 110 70 110 71 34
Binary 1100000 1110000 11111 1110 0 1001000 111000 1001000 111001 11100

Color Harmonies of #60701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60701F

Black with #60701F

Text Example


Text Example

White with #60701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60701F; }

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

 H1.HeaderClassName
 {
   color: #60701F;
 }
 .AnyTagClassName
 {
   color: #60701F;
 }
</style>

background-color css

<style>
 a { background-color: #60701F; }

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

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

border-color css

<style>
 span { border-color: #60701F; }

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

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