#6a8f5c

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

Shades of Hippie Green #6A8F5C

Tints of Hippie Green #6A8F5C

Color information

#6A8F5C (or 0x6A8F5C) is unknown color: approx Hippie Green. HEX triplet: 6A, 8F and 5C. RGB value is (106,143,92). Sum of RGB (Red+Green+Blue) = 106+143+92=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8F5C is #9570A3. Grayscale: #7E7E7E. Windows color (decimal): -9793700 or 6066026. OLE color: 6066026.

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

Color convert

RGB10614392-
CMYK0.2600.360.44
HSL103.53º21.7%46.08%-
HSV(B)103.53º35.66%56.08%-
XYZ17.723.4813.72-
YUV126.12108.74113.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.09%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=31.09%
G=41.94%
B=26.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106143920.2600.360.44103.5321.746.08
Hex6A8F5C1A0242C68162e
Octal15221713432044541502656
Binary1101010100011111011100110100100100101100110100010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a8f5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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