#69985B

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

Shades of Hippie Green #69985B

Tints of Hippie Green #69985B

Color information

#69985B (or 0x69985B) is unknown color: approx Hippie Green. HEX triplet: 69, 98 and 5B. RGB value is (105,152,91). Sum of RGB (Red+Green+Blue) = 105+152+91=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #69985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69985B is #9667A4. Grayscale: #838383. Windows color (decimal): -9856933 or 6002793. OLE color: 6002793.

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

Color convert

RGB10515291-
CMYK0.3100.400.40
HSL106.23º25.1%47.65%-
HSV(B)106.23º40.13%59.61%-
XYZ18.9426.2213.96-
YUV130.99105.43109.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 152 (59.77% from 255) = 43.68%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=30.17%
G=43.68%
B=26.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152910.3100.400.40106.2325.147.65
Hex69985B1F028286a1930
Octal15123013337050501523160
Binary1101001100110001011011111110101000101000110101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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