#06740B

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

Shades of Green #06740B

Tints of Green #06740B

Color information

#06740B (or 0x06740B) is unknown color: approx Green. HEX triplet: 06, 74 and 0B. RGB value is (6,116,11). Sum of RGB (Red+Green+Blue) = 6+116+11=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 116 (45.70% from 255 or 87.22% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 116 - color contains mainly: green. Hex color #06740B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06740B is #F98BF4. Grayscale: #474747. Windows color (decimal): -16354293 or 750598. OLE color: 750598.

HSL color Cylindrical-coordinate representation of color #06740B: hue angle of 122.73º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06740B is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB611611-
CMYK0.9500.910.55
HSL122.73º90.16%23.92%-
HSV(B)122.73º94.83%45.49%-
XYZ6.3812.552.4-
YUV71.1494.0681.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 116 (45.70% from 255) = 87.22%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=4.51%
G=87.22%
B=8.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6116110.9500.910.55122.7390.1623.92
Hex674B5F05B377b5a18
Octal61641313701336717313230
Binary110111010010111011111010110111101111111011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,116,11); }

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

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

 a { background-color: rgb(6,116,11); }

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

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

 span { border-color: rgb(6,116,11); }

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