Html Css Color HEX #60780C Fiji Green

📋 copy color: '#60780C'

red 96 ◦ green 120 ◦ blue 12

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

Shades of Fiji Green #60780C

Tints of Fiji Green #60780C

RGB

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

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

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

R = 42.11%
G = 52.63%
B = 5.26%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#60780C (or 0x60780C) is known color: Fiji Green. HEX triplet: 60, 78 and 0C. RGB value is (96,120,12). Sum of RGB (Red+Green+Blue) = 96+120+12=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #60780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60780C is #9F87F3. Grayscale: #646464. Windows color (decimal): -10455028 or 817248. OLE color: 817248.

HSL color Cylindrical-coordinate representation of color #60780C: hue angle of 73.33º 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 #60780C is Cyan = 0.2, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 120 12 -
CMYK 0.2 0 0.90 0.53
HSL 73.33º 0.82% 0.26% -
HSV(B) 73.33º 0.9% 0.47% -
XYZ 11.61 15.95 2.81 -
YUV 100.51 78.05 124.78 -
System Red Green Blue C M Y K H S L
Decimal 96 120 12 0.2 0 0.90 0.53 73.33 0.82 0.26
Hex 60 78 C 14 0 5A 35 49 52 1A
Octal 140 170 14 24 0 132 65 111 122 32
Binary 1100000 1111000 1100 10100 0 1011010 110101 1001001 1010010 11010

Color Harmonies of #60780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60780C

Black with #60780C

Text Example


Text Example

White with #60780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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