Html Css Color HEX #05760C Green

📋 copy color: '#05760C'

red 5 ◦ green 118 ◦ blue 12

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

Shades of Green #05760C

Tints of Green #05760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 87.41%

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

R = 3.7%
G = 87.41%
B = 8.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#05760C (or 0x05760C) is known color: Green. HEX triplet: 05, 76 and 0C. RGB value is (5,118,12). Sum of RGB (Red+Green+Blue) = 5+118+12=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 118 (46.48% from 255 or 87.41% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 118 - color contains mainly: green. Hex color #05760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05760C is #FA89F3. Grayscale: #484848. Windows color (decimal): -16419316 or 816645. OLE color: 816645.

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

Color convert

RGB 5 118 12 -
CMYK 0.96 0 0.90 0.54
HSL 123.72º 0.92% 0.24% -
HSV(B) 123.72º 0.96% 0.46% -
XYZ 6.61 13.02 2.51 -
YUV 72.13 94.06 80.12 -
System Red Green Blue C M Y K H S L
Decimal 5 118 12 0.96 0 0.90 0.54 123.72 0.92 0.24
Hex 5 76 C 60 0 5A 36 7C 5C 18
Octal 5 166 14 140 0 132 66 174 134 30
Binary 101 1110110 1100 1100000 0 1011010 110110 1111100 1011100 11000

Color Harmonies of #05760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05760C

Black with #05760C

Text Example


Text Example

White with #05760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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