#69895E

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

Shades of Hippie Green #69895E

Tints of Hippie Green #69895E

Color information

#69895E (or 0x69895E) is unknown color: approx Hippie Green. HEX triplet: 69, 89 and 5E. RGB value is (105,137,94). Sum of RGB (Red+Green+Blue) = 105+137+94=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #69895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69895E is #9676A1. Grayscale: #7A7A7A. Windows color (decimal): -9860770 or 6195561. OLE color: 6195561.

HSL color Cylindrical-coordinate representation of color #69895E: hue angle of 104.65º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69895E is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB10513794-
CMYK0.2300.310.46
HSL104.65º18.61%45.29%-
HSV(B)104.65º31.39%53.73%-
XYZ16.7921.713.89-
YUV122.53111.9115.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=31.25%
G=40.77%
B=27.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105137940.2300.310.46104.6518.6145.29
Hex69895E1701F2E69132d
Octal15121113627037561512355
Binary110100110001001101111010111011111101110110100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69895E; }

 p { color: rgb(105,137,94); }

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

<style>
 a { background-color: #69895E; }

 a { background-color: rgb(105,137,94); }

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

<style>
 span { border-color: #69895E; }

 span { border-color: rgb(105,137,94); }

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