#6A8C63

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

Shades of Hippie Green #6A8C63

Tints of Hippie Green #6A8C63

Color information

#6A8C63 (or 0x6A8C63) is unknown color: approx Hippie Green. HEX triplet: 6A, 8C and 63. RGB value is (106,140,99). Sum of RGB (Red+Green+Blue) = 106+140+99=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8C63 is #95739C. Grayscale: #7D7D7D. Windows color (decimal): -9794461 or 6524010. OLE color: 6524010.

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

Color convert

RGB10614099-
CMYK0.2400.290.45
HSL109.76º17.15%46.86%-
HSV(B)109.76º29.29%54.9%-
XYZ17.5722.7215.26-
YUV125.16113.24114.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 140 (55.08% from 255) = 40.58%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=30.72%
G=40.58%
B=28.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106140990.2400.290.45109.7617.1546.86
Hex6A8C631801D2D6e112f
Octal15221414330035551562157
Binary110101010001100110001111000011101101101110111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,140,99); }

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

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

 a { background-color: rgb(106,140,99); }

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

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

 span { border-color: rgb(106,140,99); }

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