#6A8760

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

Shades of Hippie Green #6A8760

Tints of Hippie Green #6A8760

Color information

#6A8760 (or 0x6A8760) is unknown color: approx Hippie Green. HEX triplet: 6A, 87 and 60. RGB value is (106,135,96). Sum of RGB (Red+Green+Blue) = 106+135+96=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8760 is #95789F. Grayscale: #7A7A7A. Windows color (decimal): -9795744 or 6326122. OLE color: 6326122.

HSL color Cylindrical-coordinate representation of color #6A8760: hue angle of 104.62º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A8760 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB10613596-
CMYK0.2100.290.47
HSL104.62º16.88%45.29%-
HSV(B)104.62º28.89%52.94%-
XYZ16.7221.2414.28-
YUV121.88113.39116.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.45%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=31.45%
G=40.06%
B=28.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106135960.2100.290.47104.6216.8845.29
Hex6A87601501D2F69112d
Octal15220714025035571512155
Binary110101010000111110000010101011101101111110100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A8760; }

 p { color: rgb(106,135,96); }

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

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

 a { background-color: rgb(106,135,96); }

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

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

 span { border-color: rgb(106,135,96); }

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