#699756

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

Shades of Hippie Green #699756

Tints of Hippie Green #699756

Color information

#699756 (or 0x699756) is unknown color: approx Hippie Green. HEX triplet: 69, 97 and 56. RGB value is (105,151,86). Sum of RGB (Red+Green+Blue) = 105+151+86=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #699756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699756 is #9668A9. Grayscale: #828282. Windows color (decimal): -9857194 or 5674857. OLE color: 5674857.

HSL color Cylindrical-coordinate representation of color #699756: hue angle of 102.46º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #699756 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB10515186-
CMYK0.3000.430.41
HSL102.46º27.43%46.47%-
HSV(B)102.46º43.05%59.22%-
XYZ18.5725.8112.81-
YUV129.84103.26110.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 151 (59.38% from 255) = 44.15%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=30.70%
G=44.15%
B=25.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105151860.3000.430.41102.4627.4346.47
Hex6997561E02B29661b2e
Octal15122712636053511463356
Binary1101001100101111010110111100101011101001110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699756; }

 p { color: rgb(105,151,86); }

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

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

 a { background-color: rgb(105,151,86); }

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

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

 span { border-color: rgb(105,151,86); }

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