#067514

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

Shades of Green #067514

Tints of Green #067514

Color information

#067514 (or 0x067514) is unknown color: approx Green. HEX triplet: 06, 75 and 14. RGB value is (6,117,20). Sum of RGB (Red+Green+Blue) = 6+117+20=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 117 (46.09% from 255 or 81.82% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 117 - color contains mainly: green. Hex color #067514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067514 is #F98AEB. Grayscale: #494949. Windows color (decimal): -16354028 or 1340678. OLE color: 1340678.

HSL color Cylindrical-coordinate representation of color #067514: hue angle of 127.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067514 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB611720-
CMYK0.9500.830.54
HSL127.57º90.24%24.12%-
HSV(B)127.57º94.87%45.88%-
XYZ6.5612.812.79-
YUV72.7598.2380.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 117 (46.09% from 255) = 81.82%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=4.20%
G=81.82%
B=13.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117200.9500.830.54127.5790.2424.12
Hex675145F05336805a18
Octal61652413701236620013230
Binary11011101011010010111110101001111011010000000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067514; }

 p { color: rgb(6,117,20); }

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

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

 a { background-color: rgb(6,117,20); }

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

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

 span { border-color: rgb(6,117,20); }

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