#69985A

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

Shades of Hippie Green #69985A

Tints of Hippie Green #69985A

Color information

#69985A (or 0x69985A) is unknown color: approx Hippie Green. HEX triplet: 69, 98 and 5A. RGB value is (105,152,90). Sum of RGB (Red+Green+Blue) = 105+152+90=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #69985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69985A is #9667A5. Grayscale: #838383. Windows color (decimal): -9856934 or 5937257. OLE color: 5937257.

HSL color Cylindrical-coordinate representation of color #69985A: hue angle of 105.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69985A is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB10515290-
CMYK0.3100.410.40
HSL105.48º25.62%47.45%-
HSV(B)105.48º40.79%59.61%-
XYZ18.926.213.73-
YUV130.88104.93109.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=30.26%
G=43.80%
B=25.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152900.3100.410.40105.4825.6247.45
Hex69985A1F02928691a2f
Octal15123013237051501513257
Binary1101001100110001011010111110101001101000110100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69985A; }

 p { color: rgb(105,152,90); }

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

<style>
 a { background-color: #69985A; }

 a { background-color: rgb(105,152,90); }

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

<style>
 span { border-color: #69985A; }

 span { border-color: rgb(105,152,90); }

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