Html Css Color HEX #05761F Green

📋 copy color: '#05761F'

red 5 ◦ green 118 ◦ blue 31

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

Shades of Green #05761F

Tints of Green #05761F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.13%

R = 3.25%
G = 76.62%
B = 20.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#05761F (or 0x05761F) is known color: Green. HEX triplet: 05, 76 and 1F. RGB value is (5,118,31). Sum of RGB (Red+Green+Blue) = 5+118+31=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 118 (46.48% from 255 or 76.62% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 118 - color contains mainly: green. Hex color #05761F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05761F is #FA89E0. Grayscale: #4A4A4A. Windows color (decimal): -16419297 or 2061829. OLE color: 2061829.

HSL color Cylindrical-coordinate representation of color #05761F: hue angle of 133.81º 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 #05761F is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 118 31 -
CMYK 0.96 0 0.74 0.54
HSL 133.81º 0.92% 0.24% -
HSV(B) 133.81º 0.96% 0.46% -
XYZ 6.79 13.09 3.46 -
YUV 74.3 103.56 78.57 -
System Red Green Blue C M Y K H S L
Decimal 5 118 31 0.96 0 0.74 0.54 133.81 0.92 0.24
Hex 5 76 1F 60 0 4A 36 86 5C 18
Octal 5 166 37 140 0 112 66 206 134 30
Binary 101 1110110 11111 1100000 0 1001010 110110 10000110 1011100 11000

Color Harmonies of #05761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05761F

Black with #05761F

Text Example


Text Example

White with #05761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05761F; }

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

 H1.HeaderClassName
 {
   color: #05761F;
 }
 .AnyTagClassName
 {
   color: #05761F;
 }
</style>

background-color css

<style>
 a { background-color: #05761F; }

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

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

border-color css

<style>
 span { border-color: #05761F; }

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

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