#699A58

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

Shades of Hippie Green #699A58

Tints of Hippie Green #699A58

Color information

#699A58 (or 0x699A58) is unknown color: approx Hippie Green. HEX triplet: 69, 9A and 58. RGB value is (105,154,88). Sum of RGB (Red+Green+Blue) = 105+154+88=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #699A58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A58 is #9665A7. Grayscale: #848484. Windows color (decimal): -9856424 or 5806697. OLE color: 5806697.

HSL color Cylindrical-coordinate representation of color #699A58: hue angle of 104.55º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #699A58 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB10515488-
CMYK0.3200.430.40
HSL104.55º27.27%47.45%-
HSV(B)104.55º42.86%60.39%-
XYZ19.1426.8213.4-
YUV131.82103.27108.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 154 (60.55% from 255) = 44.38%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=30.26%
G=44.38%
B=25.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105154880.3200.430.40104.5527.2747.45
Hex699A582002B28691b2f
Octal15123213040053501513357
Binary11010011001101010110001000000101011101000110100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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