#067C05

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

Shades of Green #067C05

Tints of Green #067C05

Color information

#067C05 (or 0x067C05) is unknown color: approx Green. HEX triplet: 06, 7C and 05. RGB value is (6,124,5). Sum of RGB (Red+Green+Blue) = 6+124+5=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 124 (48.83% from 255 or 91.85% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 124 - color contains mainly: green. Hex color #067C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067C05 is #F983FA. Grayscale: #4B4B4B. Windows color (decimal): -16352251 or 359430. OLE color: 359430.

HSL color Cylindrical-coordinate representation of color #067C05: hue angle of 119.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067C05 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB61245-
CMYK0.9500.960.51
HSL119.5º92.25%25.29%-
HSV(B)119.5º95.97%48.63%-
XYZ7.3114.462.55-
YUV75.1588.4178.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 124 (48.83% from 255) = 91.85%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=4.44%
G=91.85%
B=3.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal612450.9500.960.51119.592.2525.29
Hex67C55F06033775c19
Octal6174513701406316713431
Binary11011111001011011111011000001100111110111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067C05; }

 p { color: rgb(6,124,5); }

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

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

 a { background-color: rgb(6,124,5); }

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

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

 span { border-color: rgb(6,124,5); }

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