#699562

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

Shades of Hippie Green #699562

Tints of Hippie Green #699562

Color information

#699562 (or 0x699562) is unknown color: approx Hippie Green. HEX triplet: 69, 95 and 62. RGB value is (105,149,98). Sum of RGB (Red+Green+Blue) = 105+149+98=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #699562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699562 is #966A9D. Grayscale: #828282. Windows color (decimal): -9857694 or 6460777. OLE color: 6460777.

HSL color Cylindrical-coordinate representation of color #699562: hue angle of 111.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699562 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB10514998-
CMYK0.3000.340.42
HSL111.76º20.65%48.43%-
HSV(B)111.76º34.23%58.43%-
XYZ18.7825.3815.46-
YUV130.03109.92110.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=29.83%
G=42.33%
B=27.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105149980.3000.340.42111.7620.6548.43
Hex6995621E0222A701530
Octal15122514236042521602560
Binary1101001100101011100010111100100010101010111000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699562; }

 p { color: rgb(105,149,98); }

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

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

 a { background-color: rgb(105,149,98); }

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

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

 span { border-color: rgb(105,149,98); }

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