Html Css Color HEX #60770C Fiji Green

📋 copy color: '#60770C'

red 96 ◦ green 119 ◦ blue 12

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

Shades of Fiji Green #60770C

Tints of Fiji Green #60770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.42%

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 42.29%
G = 52.42%
B = 5.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#60770C (or 0x60770C) is known color: Fiji Green. HEX triplet: 60, 77 and 0C. RGB value is (96,119,12). Sum of RGB (Red+Green+Blue) = 96+119+12=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #60770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60770C is #9F88F3. Grayscale: #646464. Windows color (decimal): -10455284 or 816992. OLE color: 816992.

HSL color Cylindrical-coordinate representation of color #60770C: hue angle of 72.9º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60770C is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 119 12 -
CMYK 0.19 0 0.90 0.53
HSL 72.9º 0.82% 0.26% -
HSV(B) 72.9º 0.9% 0.47% -
XYZ 11.49 15.71 2.77 -
YUV 99.93 78.38 125.2 -
System Red Green Blue C M Y K H S L
Decimal 96 119 12 0.19 0 0.90 0.53 72.9 0.82 0.26
Hex 60 77 C 13 0 5A 35 49 52 1A
Octal 140 167 14 23 0 132 65 111 122 32
Binary 1100000 1110111 1100 10011 0 1011010 110101 1001001 1010010 11010

Color Harmonies of #60770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60770C

Black with #60770C

Text Example


Text Example

White with #60770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60770C; }

 p { color: rgb(96,119,12); }

 H1.HeaderClassName
 {
   color: #60770C;
 }
 .AnyTagClassName
 {
   color: #60770C;
 }
</style>

background-color css

<style>
 a { background-color: #60770C; }

 a { background-color: rgb(96,119,12); }

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

border-color css

<style>
 span { border-color: #60770C; }

 span { border-color: rgb(96,119,12); }

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