#699C58

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

Shades of Hippie Green #699C58

Tints of Hippie Green #699C58

Color information

#699C58 (or 0x699C58) is unknown color: approx Hippie Green. HEX triplet: 69, 9C and 58. RGB value is (105,156,88). Sum of RGB (Red+Green+Blue) = 105+156+88=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #699C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C58 is #9663A7. Grayscale: #858585. Windows color (decimal): -9855912 or 5807209. OLE color: 5807209.

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

Color convert

RGB10515688-
CMYK0.3300.440.39
HSL105º27.87%47.84%-
HSV(B)105º43.59%61.18%-
XYZ19.4827.4813.51-
YUV133102.6108.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 156 (61.33% from 255) = 44.70%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=30.09%
G=44.70%
B=25.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105156880.3300.440.3910527.8747.84
Hex699C582102C27691c30
Octal15123413041054471513460
Binary11010011001110010110001000010101100100111110100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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