Html Css Color HEX #05700B Green

📋 copy color: '#05700B'

red 5 ◦ green 112 ◦ blue 11

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

Shades of Green #05700B

Tints of Green #05700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 87.5%

 BLUE value IS 11 (4.69% from 255) = 8.59%

R = 3.91%
G = 87.5%
B = 8.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#05700B (or 0x05700B) is known color: Green. HEX triplet: 05, 70 and 0B. RGB value is (5,112,11). Sum of RGB (Red+Green+Blue) = 5+112+11=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 112 (44.14% from 255 or 87.5% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 112 - color contains mainly: green. Hex color #05700B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05700B is #FA8FF4. Grayscale: #444444. Windows color (decimal): -16420853 or 749573. OLE color: 749573.

HSL color Cylindrical-coordinate representation of color #05700B: hue angle of 123.36º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05700B is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 11 -
CMYK 0.96 0 0.90 0.56
HSL 123.36º 0.91% 0.23% -
HSV(B) 123.36º 0.96% 0.44% -
XYZ 5.92 11.64 2.25 -
YUV 68.49 95.55 82.71 -
System Red Green Blue C M Y K H S L
Decimal 5 112 11 0.96 0 0.90 0.56 123.36 0.91 0.23
Hex 5 70 B 60 0 5A 38 7B 5B 17
Octal 5 160 13 140 0 132 70 173 133 27
Binary 101 1110000 1011 1100000 0 1011010 111000 1111011 1011011 10111

Color Harmonies of #05700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05700B

Black with #05700B

Text Example


Text Example

White with #05700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05700B; }

 p { color: rgb(5,112,11); }

 H1.HeaderClassName
 {
   color: #05700B;
 }
 .AnyTagClassName
 {
   color: #05700B;
 }
</style>

background-color css

<style>
 a { background-color: #05700B; }

 a { background-color: rgb(5,112,11); }

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

border-color css

<style>
 span { border-color: #05700B; }

 span { border-color: rgb(5,112,11); }

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