#067C0A

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

Shades of Green #067C0A

Tints of Green #067C0A

Color information

#067C0A (or 0x067C0A) is unknown color: approx Green. HEX triplet: 06, 7C and 0A. RGB value is (6,124,10). Sum of RGB (Red+Green+Blue) = 6+124+10=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 124 (48.83% from 255 or 88.57% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 124 - color contains mainly: green. Hex color #067C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067C0A is #F983F5. Grayscale: #4C4C4C. Windows color (decimal): -16352246 or 687110. OLE color: 687110.

HSL color Cylindrical-coordinate representation of color #067C0A: hue angle of 122.03º 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 #067C0A is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB612410-
CMYK0.9500.920.51
HSL122.03º90.77%25.49%-
HSV(B)122.03º95.16%48.63%-
XYZ7.3414.482.69-
YUV75.7290.9178.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 124 (48.83% from 255) = 88.57%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=4.29%
G=88.57%
B=7.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6124100.9500.920.51122.0390.7725.49
Hex67CA5F05C337a5b19
Octal61741213701346317213331
Binary110111110010101011111010111001100111111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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