#067304

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

Shades of Green #067304

Tints of Green #067304

Color information

#067304 (or 0x067304) is unknown color: approx Green. HEX triplet: 06, 73 and 04. RGB value is (6,115,4). Sum of RGB (Red+Green+Blue) = 6+115+4=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 115 (45.31% from 255 or 92% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 115 - color contains mainly: green. Hex color #067304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067304 is #F98CFB. Grayscale: #464646. Windows color (decimal): -16354556 or 291590. OLE color: 291590.

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

Color convert

RGB61154-
CMYK0.9500.970.55
HSL118.92º93.28%23.33%-
HSV(B)118.92º96.52%45.1%-
XYZ6.2312.312.16-
YUV69.7690.8982.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 115 (45.31% from 255) = 92%
BLUE value IS 4 (1.95% from 255) = 3.2%
R=4.8%
G=92%
B=3.2%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611540.9500.970.55118.9293.2823.33
Hex67345F06137775d17
Octal6163413701416716713527
Binary11011100111001011111011000011101111110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067304; }

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

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

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

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

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

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

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

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