#06701B

Color #06701B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #06701B

Tints of Green #06701B

Color information

#06701B (or 0x06701B) is unknown color: approx Green. HEX triplet: 06, 70 and 1B. RGB value is (6,112,27). Sum of RGB (Red+Green+Blue) = 6+112+27=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #06701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06701B is #F98FE4. Grayscale: #464646. Windows color (decimal): -16355301 or 1798150. OLE color: 1798150.

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

Color convert

RGB611227-
CMYK0.9500.760.56
HSL131.89º89.83%23.14%-
HSV(B)131.89º94.64%43.92%-
XYZ6.0711.712.98-
YUV70.62103.3881.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 112 (44.14% from 255) = 77.24%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=4.14%
G=77.24%
B=18.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6112270.9500.760.56131.8989.8323.14
Hex6701B5F04C38845a17
Octal61603313701147020413227
Binary11011100001101110111110100110011100010000100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,112,27); }

 H1.HeaderClassName
 {
   color: #06701B;
 }
 .AnyTagClassName
 {
   color: #06701B;
 }
</style>
background-color css

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

 a { background-color: rgb(6,112,27); }

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

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

 span { border-color: rgb(6,112,27); }

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