#067302

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

Shades of Green #067302

Tints of Green #067302

Color information

#067302 (or 0x067302) is unknown color: approx Green. HEX triplet: 06, 73 and 02. RGB value is (6,115,2). Sum of RGB (Red+Green+Blue) = 6+115+2=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 115 (45.31% from 255 or 93.50% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 115 - color contains mainly: green. Hex color #067302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067302 is #F98CFD. Grayscale: #454545. Windows color (decimal): -16354558 or 160518. OLE color: 160518.

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

Color convert

RGB61152-
CMYK0.9500.980.55
HSL117.88º96.58%22.94%-
HSV(B)117.88º98.26%45.1%-
XYZ6.2212.32.1-
YUV69.5389.8982.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 115 (45.31% from 255) = 93.50%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=4.88%
G=93.50%
B=1.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611520.9500.980.55117.8896.5822.94
Hex67325F06237766117
Octal6163213701426716614127
Binary1101110011101011111011000101101111110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067302; }

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

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

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

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

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

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

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

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