Html Css Color HEX #60740E Fiji Green

📋 copy color: '#60740E'

red 96 ◦ green 116 ◦ blue 14

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

Shades of Fiji Green #60740E

Tints of Fiji Green #60740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.33%

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 42.48%
G = 51.33%
B = 6.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#60740E (or 0x60740E) is known color: Fiji Green. HEX triplet: 60, 74 and 0E. RGB value is (96,116,14). Sum of RGB (Red+Green+Blue) = 96+116+14=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #60740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60740E is #9F8BF1. Grayscale: #626262. Windows color (decimal): -10456050 or 947296. OLE color: 947296.

HSL color Cylindrical-coordinate representation of color #60740E: hue angle of 71.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60740E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 116 14 -
CMYK 0.17 0 0.88 0.55
HSL 71.76º 0.78% 0.25% -
HSV(B) 71.76º 0.88% 0.45% -
XYZ 11.15 15.01 2.72 -
YUV 98.39 80.37 126.29 -
System Red Green Blue C M Y K H S L
Decimal 96 116 14 0.17 0 0.88 0.55 71.76 0.78 0.25
Hex 60 74 E 11 0 58 37 48 4E 19
Octal 140 164 16 21 0 130 67 110 116 31
Binary 1100000 1110100 1110 10001 0 1011000 110111 1001000 1001110 11001

Color Harmonies of #60740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60740E

Black with #60740E

Text Example


Text Example

White with #60740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60740E; }

 p { color: rgb(96,116,14); }

 H1.HeaderClassName
 {
   color: #60740E;
 }
 .AnyTagClassName
 {
   color: #60740E;
 }
</style>

background-color css

<style>
 a { background-color: #60740E; }

 a { background-color: rgb(96,116,14); }

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

border-color css

<style>
 span { border-color: #60740E; }

 span { border-color: rgb(96,116,14); }

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