#067802

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

Shades of Green #067802

Tints of Green #067802

Color information

#067802 (or 0x067802) is unknown color: approx Green. HEX triplet: 06, 78 and 02. RGB value is (6,120,2). Sum of RGB (Red+Green+Blue) = 6+120+2=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 120 (47.27% from 255 or 93.75% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 120 - color contains mainly: green. Hex color #067802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067802 is #F987FD. Grayscale: #484848. Windows color (decimal): -16353278 or 161798. OLE color: 161798.

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

Color convert

RGB61202-
CMYK0.9500.980.53
HSL117.97º96.72%23.92%-
HSV(B)117.97º98.33%47.06%-
XYZ6.813.482.3-
YUV72.4688.2380.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 120 (47.27% from 255) = 93.75%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=4.69%
G=93.75%
B=1.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal612020.9500.980.53117.9796.7223.92
Hex67825F06235766118
Octal6170213701426516614130
Binary1101111000101011111011000101101011110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067802; }

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

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

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

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

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

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

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

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