Html Css Color HEX #05780C Green

📋 copy color: '#05780C'

red 5 ◦ green 120 ◦ blue 12

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

Shades of Green #05780C

Tints of Green #05780C

RGB

 RED value IS 5 (2.34% from 255) = 3.65%

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

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

R = 3.65%
G = 87.59%
B = 8.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#05780C (or 0x05780C) is known color: Green. HEX triplet: 05, 78 and 0C. RGB value is (5,120,12). Sum of RGB (Red+Green+Blue) = 5+120+12=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 120 (47.27% from 255 or 87.59% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 120 - color contains mainly: green. Hex color #05780C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05780C is #FA87F3. Grayscale: #494949. Windows color (decimal): -16418804 or 817157. OLE color: 817157.

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

Color convert

RGB 5 120 12 -
CMYK 0.96 0 0.90 0.53
HSL 123.65º 0.92% 0.25% -
HSV(B) 123.65º 0.96% 0.47% -
XYZ 6.85 13.49 2.59 -
YUV 73.3 93.4 79.28 -
System Red Green Blue C M Y K H S L
Decimal 5 120 12 0.96 0 0.90 0.53 123.65 0.92 0.25
Hex 5 78 C 60 0 5A 35 7C 5C 19
Octal 5 170 14 140 0 132 65 174 134 31
Binary 101 1111000 1100 1100000 0 1011010 110101 1111100 1011100 11001

Color Harmonies of #05780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05780C

Black with #05780C

Text Example


Text Example

White with #05780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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