#067100

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

Shades of Green #067100

Tints of Green #067100

Color information

#067100 (or 0x067100) is unknown color: approx Green. HEX triplet: 06, 71 and 00. RGB value is (6,113,0). Sum of RGB (Red+Green+Blue) = 6+113+0=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 113 (44.53% from 255 or 94.96% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 113 - color contains mainly: green. Hex color #067100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067100 is #F98EFF. Grayscale: #444444. Windows color (decimal): -16355072 or 28934. OLE color: 28934.

HSL color Cylindrical-coordinate representation of color #067100: hue angle of 116.81º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #067100 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB61130-
CMYK0.95010.56
HSL116.81º100%22.16%-
HSV(B)116.81º100%44.31%-
XYZ5.9811.851.97-
YUV68.1289.5583.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 113 (44.53% from 255) = 94.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.04%
G=94.96%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal611300.95010.56116.8110022.16
Hex67105F06438756416
Octal6161013701447016514426
Binary110111000101011111011001001110001110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067100; }

 p { color: rgb(6,113,0); }

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

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

 a { background-color: rgb(6,113,0); }

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

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

 span { border-color: rgb(6,113,0); }

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