#699853

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

Shades of Hippie Green #699853

Tints of Hippie Green #699853

Color information

#699853 (or 0x699853) is unknown color: approx Hippie Green. HEX triplet: 69, 98 and 53. RGB value is (105,152,83). Sum of RGB (Red+Green+Blue) = 105+152+83=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #699853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699853 is #9667AC. Grayscale: #828282. Windows color (decimal): -9856941 or 5478505. OLE color: 5478505.

HSL color Cylindrical-coordinate representation of color #699853: hue angle of 100.87º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #699853 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB10515283-
CMYK0.3100.450.40
HSL100.87º29.36%46.08%-
HSV(B)100.87º45.39%59.61%-
XYZ18.6226.0812.24-
YUV130.08101.43110.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=30.88%
G=44.71%
B=24.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152830.3100.450.40100.8729.3646.08
Hex6998531F02D28651d2e
Octal15123012337055501453556
Binary1101001100110001010011111110101101101000110010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699853; }

 p { color: rgb(105,152,83); }

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

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

 a { background-color: rgb(105,152,83); }

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

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

 span { border-color: rgb(105,152,83); }

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