Html Css Color HEX #05740C Green

📋 copy color: '#05740C'

red 5 ◦ green 116 ◦ blue 12

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

Shades of Green #05740C

Tints of Green #05740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 87.22%

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

R = 3.76%
G = 87.22%
B = 9.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#05740C (or 0x05740C) is known color: Green. HEX triplet: 05, 74 and 0C. RGB value is (5,116,12). Sum of RGB (Red+Green+Blue) = 5+116+12=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 116 (45.70% from 255 or 87.22% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 116 - color contains mainly: green. Hex color #05740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05740C is #FA8BF3. Grayscale: #474747. Windows color (decimal): -16419828 or 816133. OLE color: 816133.

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

Color convert

RGB 5 116 12 -
CMYK 0.96 0 0.90 0.55
HSL 123.78º 0.92% 0.24% -
HSV(B) 123.78º 0.96% 0.45% -
XYZ 6.37 12.55 2.43 -
YUV 70.96 94.73 80.96 -
System Red Green Blue C M Y K H S L
Decimal 5 116 12 0.96 0 0.90 0.55 123.78 0.92 0.24
Hex 5 74 C 60 0 5A 37 7C 5C 18
Octal 5 164 14 140 0 132 67 174 134 30
Binary 101 1110100 1100 1100000 0 1011010 110111 1111100 1011100 11000

Color Harmonies of #05740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05740C

Black with #05740C

Text Example


Text Example

White with #05740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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