Html Css Color HEX #60720A Fiji Green

📋 copy color: '#60720A'

red 96 ◦ green 114 ◦ blue 10

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

Shades of Fiji Green #60720A

Tints of Fiji Green #60720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 43.64%
G = 51.82%
B = 4.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#60720A (or 0x60720A) is known color: Fiji Green. HEX triplet: 60, 72 and 0A. RGB value is (96,114,10). Sum of RGB (Red+Green+Blue) = 96+114+10=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #60720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60720A is #9F8DF5. Grayscale: #616161. Windows color (decimal): -10456566 or 684640. OLE color: 684640.

HSL color Cylindrical-coordinate representation of color #60720A: hue angle of 70.38º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60720A is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 10 -
CMYK 0.16 0 0.91 0.55
HSL 70.38º 0.84% 0.24% -
HSV(B) 70.38º 0.91% 0.45% -
XYZ 10.9 14.54 2.52 -
YUV 96.76 79.04 127.46 -
System Red Green Blue C M Y K H S L
Decimal 96 114 10 0.16 0 0.91 0.55 70.38 0.84 0.24
Hex 60 72 A 10 0 5B 37 46 54 18
Octal 140 162 12 20 0 133 67 106 124 30
Binary 1100000 1110010 1010 10000 0 1011011 110111 1000110 1010100 11000

Color Harmonies of #60720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60720A

Black with #60720A

Text Example


Text Example

White with #60720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60720A; }

 p { color: rgb(96,114,10); }

 H1.HeaderClassName
 {
   color: #60720A;
 }
 .AnyTagClassName
 {
   color: #60720A;
 }
</style>

background-color css

<style>
 a { background-color: #60720A; }

 a { background-color: rgb(96,114,10); }

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

border-color css

<style>
 span { border-color: #60720A; }

 span { border-color: rgb(96,114,10); }

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