#6A965D

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

Shades of Hippie Green #6A965D

Tints of Hippie Green #6A965D

Color information

#6A965D (or 0x6A965D) is unknown color: approx Hippie Green. HEX triplet: 6A, 96 and 5D. RGB value is (106,150,93). Sum of RGB (Red+Green+Blue) = 106+150+93=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #6A965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A965D is #9569A2. Grayscale: #828282. Windows color (decimal): -9791907 or 6133354. OLE color: 6133354.

HSL color Cylindrical-coordinate representation of color #6A965D: hue angle of 106.32º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A965D is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB10615093-
CMYK0.2900.380.41
HSL106.32º23.46%47.65%-
HSV(B)106.32º38%58.82%-
XYZ18.8325.6714.32-
YUV130.35106.92110.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.37%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=30.37%
G=42.98%
B=26.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106150930.2900.380.41106.3223.4647.65
Hex6A965D1D026296a1730
Octal15222613535046511522760
Binary1101010100101101011101111010100110101001110101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,150,93); }

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

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

 a { background-color: rgb(106,150,93); }

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

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

 span { border-color: rgb(106,150,93); }

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