#06830C

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

Shades of Green #06830C

Tints of Green #06830C

Color information

#06830C (or 0x06830C) is unknown color: approx Green. HEX triplet: 06, 83 and 0C. RGB value is (6,131,12). Sum of RGB (Red+Green+Blue) = 6+131+12=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 131 (51.56% from 255 or 87.92% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 131 - color contains mainly: green. Hex color #06830C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06830C is #F97CF3. Grayscale: #505050. Windows color (decimal): -16350452 or 819974. OLE color: 819974.

HSL color Cylindrical-coordinate representation of color #06830C: hue angle of 122.88º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06830C is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB613112-
CMYK0.9500.910.49
HSL122.88º91.24%26.86%-
HSV(B)122.88º95.42%51.37%-
XYZ8.2616.33.06-
YUV80.0689.5975.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 131 (51.56% from 255) = 87.92%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=4.03%
G=87.92%
B=8.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131120.9500.910.49122.8891.2426.86
Hex683C5F05B317b5b1b
Octal62031413701336117313333
Binary1101000001111001011111010110111100011111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,131,12); }

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

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

 a { background-color: rgb(6,131,12); }

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

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

 span { border-color: rgb(6,131,12); }

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