#699058

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

Shades of Hippie Green #699058

Tints of Hippie Green #699058

Color information

#699058 (or 0x699058) is unknown color: approx Hippie Green. HEX triplet: 69, 90 and 58. RGB value is (105,144,88). Sum of RGB (Red+Green+Blue) = 105+144+88=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #699058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699058 is #966FA7. Grayscale: #7E7E7E. Windows color (decimal): -9858984 or 5804137. OLE color: 5804137.

HSL color Cylindrical-coordinate representation of color #699058: hue angle of 101.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #699058 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB10514488-
CMYK0.2700.390.44
HSL101.79º24.14%45.49%-
HSV(B)101.79º38.89%56.47%-
XYZ17.5623.6512.87-
YUV125.95106.58113.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=31.16%
G=42.73%
B=26.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105144880.2700.390.44101.7924.1445.49
Hex6990581B0272C66182d
Octal15122013033047541463055
Binary1101001100100001011000110110100111101100110011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699058; }

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

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

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

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

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

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

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

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