#69885E

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

Shades of Hippie Green #69885E

Tints of Hippie Green #69885E

Color information

#69885E (or 0x69885E) is unknown color: approx Hippie Green. HEX triplet: 69, 88 and 5E. RGB value is (105,136,94). Sum of RGB (Red+Green+Blue) = 105+136+94=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #69885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69885E is #9677A1. Grayscale: #7A7A7A. Windows color (decimal): -9861026 or 6195305. OLE color: 6195305.

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

Color convert

RGB10513694-
CMYK0.2300.310.47
HSL104.29º18.26%45.1%-
HSV(B)104.29º30.88%53.33%-
XYZ16.6521.4213.85-
YUV121.94112.23115.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=31.34%
G=40.60%
B=28.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136940.2300.310.47104.2918.2645.1
Hex69885E1701F2F68122d
Octal15121013627037571502255
Binary110100110001000101111010111011111101111110100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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