Html Css Color HEX #60780A Fiji Green

📋 copy color: '#60780A'

red 96 ◦ green 120 ◦ blue 10

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

Shades of Fiji Green #60780A

Tints of Fiji Green #60780A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.1%

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

R = 42.48%
G = 53.1%
B = 4.42%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#60780A (or 0x60780A) is known color: Fiji Green. HEX triplet: 60, 78 and 0A. RGB value is (96,120,10). Sum of RGB (Red+Green+Blue) = 96+120+10=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #60780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60780A is #9F87F5. Grayscale: #646464. Windows color (decimal): -10455030 or 686176. OLE color: 686176.

HSL color Cylindrical-coordinate representation of color #60780A: hue angle of 73.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60780A is Cyan = 0.2, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 120 10 -
CMYK 0.2 0 0.92 0.53
HSL 73.09º 0.85% 0.25% -
HSV(B) 73.09º 0.92% 0.47% -
XYZ 11.6 15.94 2.75 -
YUV 100.28 77.05 124.94 -
System Red Green Blue C M Y K H S L
Decimal 96 120 10 0.2 0 0.92 0.53 73.09 0.85 0.25
Hex 60 78 A 14 0 5C 35 49 55 19
Octal 140 170 12 24 0 134 65 111 125 31
Binary 1100000 1111000 1010 10100 0 1011100 110101 1001001 1010101 11001

Color Harmonies of #60780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60780A

Black with #60780A

Text Example


Text Example

White with #60780A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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