#067C10

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

Shades of Green #067C10

Tints of Green #067C10

Color information

#067C10 (or 0x067C10) is unknown color: approx Green. HEX triplet: 06, 7C and 10. RGB value is (6,124,16). Sum of RGB (Red+Green+Blue) = 6+124+16=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 124 (48.83% from 255 or 84.93% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 124 - color contains mainly: green. Hex color #067C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067C10 is #F983EF. Grayscale: #4C4C4C. Windows color (decimal): -16352240 or 1080326. OLE color: 1080326.

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

Color convert

RGB612416-
CMYK0.9500.870.51
HSL125.08º90.77%25.49%-
HSV(B)125.08º95.16%48.63%-
XYZ7.3814.492.9-
YUV76.4193.9177.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 124 (48.83% from 255) = 84.93%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=4.11%
G=84.93%
B=10.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6124160.9500.870.51125.0890.7725.49
Hex67C105F057337d5b19
Octal61742013701276317513331
Binary1101111100100001011111010101111100111111101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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