#068517

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

Shades of Green #068517

Tints of Green #068517

Color information

#068517 (or 0x068517) is unknown color: approx Green. HEX triplet: 06, 85 and 17. RGB value is (6,133,23). Sum of RGB (Red+Green+Blue) = 6+133+23=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 133 (52.34% from 255 or 82.10% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 133 - color contains mainly: green. Hex color #068517 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068517 is #F97AE8. Grayscale: #525252. Windows color (decimal): -16349929 or 1541382. OLE color: 1541382.

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

Color convert

RGB613323-
CMYK0.9500.830.48
HSL128.03º91.37%27.25%-
HSV(B)128.03º95.49%52.16%-
XYZ8.6216.883.61-
YUV82.4994.4273.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 133 (52.34% from 255) = 82.10%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=3.70%
G=82.10%
B=14.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133230.9500.830.48128.0391.3727.25
Hex685175F05330805b1b
Octal62052713701236020013333
Binary110100001011011110111110101001111000010000000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068517; }

 p { color: rgb(6,133,23); }

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

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

 a { background-color: rgb(6,133,23); }

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

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

 span { border-color: rgb(6,133,23); }

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