#067A1A

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

Shades of Green #067A1A

Tints of Green #067A1A

Color information

#067A1A (or 0x067A1A) is unknown color: approx Green. HEX triplet: 06, 7A and 1A. RGB value is (6,122,26). Sum of RGB (Red+Green+Blue) = 6+122+26=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 122 (48.05% from 255 or 79.22% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 122 - color contains mainly: green. Hex color #067A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067A1A is #F985E5. Grayscale: #4C4C4C. Windows color (decimal): -16352742 or 1735174. OLE color: 1735174.

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

Color convert

RGB612226-
CMYK0.9500.790.52
HSL130.34º90.62%25.1%-
HSV(B)130.34º95.08%47.84%-
XYZ7.2214.033.31-
YUV76.3799.5777.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 122 (48.05% from 255) = 79.22%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=3.90%
G=79.22%
B=16.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6122260.9500.790.52130.3490.6225.1
Hex67A1A5F04F34825b19
Octal61723213701176420213331
Binary11011110101101010111110100111111010010000010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,122,26); }

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

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

 a { background-color: rgb(6,122,26); }

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

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

 span { border-color: rgb(6,122,26); }

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