#6A8F61

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

Shades of Hippie Green #6A8F61

Tints of Hippie Green #6A8F61

Color information

#6A8F61 (or 0x6A8F61) is unknown color: approx Hippie Green. HEX triplet: 6A, 8F and 61. RGB value is (106,143,97). Sum of RGB (Red+Green+Blue) = 106+143+97=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8F61 is #95709E. Grayscale: #7E7E7E. Windows color (decimal): -9793695 or 6393706. OLE color: 6393706.

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

Color convert

RGB10614397-
CMYK0.2600.320.44
HSL108.26º19.17%47.06%-
HSV(B)108.26º32.17%56.08%-
XYZ17.9223.5714.91-
YUV126.69111.24113.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 143 (56.25% from 255) = 41.33%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=30.64%
G=41.33%
B=28.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106143970.2600.320.44108.2619.1747.06
Hex6A8F611A0202C6c132f
Octal15221714132040541542357
Binary1101010100011111100001110100100000101100110110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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