#06731C

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

Shades of Green #06731C

Tints of Green #06731C

Color information

#06731C (or 0x06731C) is unknown color: approx Green. HEX triplet: 06, 73 and 1C. RGB value is (6,115,28). Sum of RGB (Red+Green+Blue) = 6+115+28=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #06731C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06731C is #F98CE3. Grayscale: #484848. Windows color (decimal): -16354532 or 1864454. OLE color: 1864454.

HSL color Cylindrical-coordinate representation of color #06731C: hue angle of 132.11º 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 #06731C is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB611528-
CMYK0.9500.760.55
HSL132.11º90.08%23.73%-
HSV(B)132.11º94.78%45.1%-
XYZ6.4212.383.15-
YUV72.49102.8980.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 115 (45.31% from 255) = 77.18%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=4.03%
G=77.18%
B=18.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6115280.9500.760.55132.1190.0823.73
Hex6731C5F04C37845a18
Octal61633413701146720413230
Binary11011100111110010111110100110011011110000100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,115,28); }

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

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

 a { background-color: rgb(6,115,28); }

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

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

 span { border-color: rgb(6,115,28); }

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