#6A8F66

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

Shades of Hippie Green #6A8F66

Tints of Hippie Green #6A8F66

Color information

#6A8F66 (or 0x6A8F66) is unknown color: approx Hippie Green. HEX triplet: 6A, 8F and 66. RGB value is (106,143,102). Sum of RGB (Red+Green+Blue) = 106+143+102=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8F66 is #957099. Grayscale: #7F7F7F. Windows color (decimal): -9793690 or 6721386. OLE color: 6721386.

HSL color Cylindrical-coordinate representation of color #6A8F66: hue angle of 114.15º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A8F66 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB106143102-
CMYK0.2600.290.44
HSL114.15º16.73%48.04%-
HSV(B)114.15º28.67%56.08%-
XYZ18.1623.6716.18-
YUV127.26113.74112.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.20%
GREEN value IS 143 (56.25% from 255) = 40.74%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=30.20%
G=40.74%
B=29.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061431020.2600.290.44114.1516.7348.04
Hex6A8F661A01D2C721130
Octal15221714632035541622160
Binary110101010001111110011011010011101101100111001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,143,102); }

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

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

 a { background-color: rgb(106,143,102); }

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

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

 span { border-color: rgb(106,143,102); }

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