#699E58

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

Shades of Hippie Green #699E58

Tints of Hippie Green #699E58

Color information

#699E58 (or 0x699E58) is unknown color: approx Hippie Green. HEX triplet: 69, 9E and 58. RGB value is (105,158,88). Sum of RGB (Red+Green+Blue) = 105+158+88=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #699E58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E58 is #9661A7. Grayscale: #868686. Windows color (decimal): -9855400 or 5807721. OLE color: 5807721.

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

Color convert

RGB10515888-
CMYK0.3400.440.38
HSL105.43º28.46%48.24%-
HSV(B)105.43º44.3%61.96%-
XYZ19.8128.1613.62-
YUV134.17101.94107.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=29.91%
G=45.01%
B=25.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105158880.3400.440.38105.4328.4648.24
Hex699E582202C26691c30
Octal15123613042054461513460
Binary11010011001111010110001000100101100100110110100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,158,88); }

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

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

 a { background-color: rgb(105,158,88); }

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

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

 span { border-color: rgb(105,158,88); }

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