#067701

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

Shades of Green #067701

Tints of Green #067701

Color information

#067701 (or 0x067701) is unknown color: approx Green. HEX triplet: 06, 77 and 01. RGB value is (6,119,1). Sum of RGB (Red+Green+Blue) = 6+119+1=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 119 (46.88% from 255 or 94.44% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 119 - color contains mainly: green. Hex color #067701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067701 is #F988FE. Grayscale: #484848. Windows color (decimal): -16353535 or 96006. OLE color: 96006.

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

Color convert

RGB61191-
CMYK0.9500.990.53
HSL117.46º98.33%23.53%-
HSV(B)117.46º99.16%46.67%-
XYZ6.6813.232.23-
YUV71.7688.0681.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 119 (46.88% from 255) = 94.44%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=4.76%
G=94.44%
B=0.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611910.9500.990.53117.4698.3323.53
Hex67715F06335756218
Octal6167113701436516514230
Binary110111011111011111011000111101011110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067701; }

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

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

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

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

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

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

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

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