#6A8767

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

Shades of Hippie Green #6A8767

Tints of Hippie Green #6A8767

Color information

#6A8767 (or 0x6A8767) is unknown color: approx Hippie Green. HEX triplet: 6A, 87 and 67. RGB value is (106,135,103). Sum of RGB (Red+Green+Blue) = 106+135+103=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8767 is #957898. Grayscale: #7A7A7A. Windows color (decimal): -9795737 or 6784874. OLE color: 6784874.

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

Color convert

RGB106135103-
CMYK0.2100.240.47
HSL114.38º13.45%46.67%-
HSV(B)114.38º23.7%52.94%-
XYZ17.0621.3716.06-
YUV122.68116.89116.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.81%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=30.81%
G=39.24%
B=29.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061351030.2100.240.47114.3813.4546.67
Hex6A8767150182F72d2f
Octal15220714725030571621557
Binary11010101000011111001111010101100010111111100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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