#067401

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

Shades of Green #067401

Tints of Green #067401

Color information

#067401 (or 0x067401) is unknown color: approx Green. HEX triplet: 06, 74 and 01. RGB value is (6,116,1). Sum of RGB (Red+Green+Blue) = 6+116+1=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 116 (45.70% from 255 or 94.31% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 116 - color contains mainly: green. Hex color #067401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067401 is #F98BFE. Grayscale: #464646. Windows color (decimal): -16354303 or 95238. OLE color: 95238.

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

Color convert

RGB61161-
CMYK0.9500.990.55
HSL117.39º98.29%22.94%-
HSV(B)117.39º99.14%45.49%-
XYZ6.3312.532.11-
YUV7089.0682.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 116 (45.70% from 255) = 94.31%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=4.88%
G=94.31%
B=0.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611610.9500.990.55117.3998.2922.94
Hex67415F06337756217
Octal6164113701436716514227
Binary110111010011011111011000111101111110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067401; }

 p { color: rgb(6,116,1); }

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

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

 a { background-color: rgb(6,116,1); }

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

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

 span { border-color: rgb(6,116,1); }

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