#068402

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

Shades of Green #068402

Tints of Green #068402

Color information

#068402 (or 0x068402) is unknown color: approx Green. HEX triplet: 06, 84 and 02. RGB value is (6,132,2). Sum of RGB (Red+Green+Blue) = 6+132+2=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 132 (51.95% from 255 or 94.29% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 132 - color contains mainly: green. Hex color #068402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068402 is #F97BFD. Grayscale: #4F4F4F. Windows color (decimal): -16350206 or 164870. OLE color: 164870.

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

Color convert

RGB61322-
CMYK0.9500.980.48
HSL118.15º97.01%26.27%-
HSV(B)118.15º98.48%51.76%-
XYZ8.3416.552.81-
YUV79.5184.2675.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 132 (51.95% from 255) = 94.29%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=4.29%
G=94.29%
B=1.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal613220.9500.980.48118.1597.0126.27
Hex68425F0623076611a
Octal6204213701426016614132
Binary11010000100101011111011000101100001110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068402; }

 p { color: rgb(6,132,2); }

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

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

 a { background-color: rgb(6,132,2); }

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

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

 span { border-color: rgb(6,132,2); }

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