#067208

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

Shades of Green #067208

Tints of Green #067208

Color information

#067208 (or 0x067208) is unknown color: approx Green. HEX triplet: 06, 72 and 08. RGB value is (6,114,8). Sum of RGB (Red+Green+Blue) = 6+114+8=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 114 (44.92% from 255 or 89.06% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 114 - color contains mainly: green. Hex color #067208 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067208 is #F98DF7. Grayscale: #454545. Windows color (decimal): -16354808 or 553478. OLE color: 553478.

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

Color convert

RGB61148-
CMYK0.9500.930.55
HSL121.11º90%23.53%-
HSV(B)121.11º94.74%44.71%-
XYZ6.1412.092.24-
YUV69.6293.2282.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 114 (44.92% from 255) = 89.06%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=4.69%
G=89.06%
B=6.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611480.9500.930.55121.119023.53
Hex67285F05D37795a18
Octal61621013701356717113230
Binary110111001010001011111010111011101111111001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067208; }

 p { color: rgb(6,114,8); }

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

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

 a { background-color: rgb(6,114,8); }

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

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

 span { border-color: rgb(6,114,8); }

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