#699F62

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

Shades of Hippie Green #699F62

Tints of Hippie Green #699F62

Color information

#699F62 (or 0x699F62) is unknown color: approx Hippie Green. HEX triplet: 69, 9F and 62. RGB value is (105,159,98). Sum of RGB (Red+Green+Blue) = 105+159+98=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #699F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F62 is #96609D. Grayscale: #888888. Windows color (decimal): -9855134 or 6463337. OLE color: 6463337.

HSL color Cylindrical-coordinate representation of color #699F62: hue angle of 113.11º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #699F62 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB10515998-
CMYK0.3400.380.38
HSL113.11º24.11%50.39%-
HSV(B)113.11º38.36%62.35%-
XYZ20.4328.6816.01-
YUV135.9106.61105.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 159 (62.5% from 255) = 43.92%
BLUE value IS 98 (38.67% from 255) = 27.07%
R=29.01%
G=43.92%
B=27.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105159980.3400.380.38113.1124.1150.39
Hex699F622202626711832
Octal15123714242046461613062
Binary11010011001111111000101000100100110100110111000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699F62; }

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

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

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

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

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

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

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

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