#699960

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

Shades of Hippie Green #699960

Tints of Hippie Green #699960

Color information

#699960 (or 0x699960) is unknown color: approx Hippie Green. HEX triplet: 69, 99 and 60. RGB value is (105,153,96). Sum of RGB (Red+Green+Blue) = 105+153+96=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #699960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699960 is #96669F. Grayscale: #848484. Windows color (decimal): -9856672 or 6330729. OLE color: 6330729.

HSL color Cylindrical-coordinate representation of color #699960: hue angle of 110.53º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #699960 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB10515396-
CMYK0.3100.370.4
HSL110.53º22.89%48.82%-
HSV(B)110.53º37.25%60%-
XYZ19.3326.6315.19-
YUV132.15107.6108.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=29.66%
G=43.22%
B=27.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105153960.3100.370.4110.5322.8948.82
Hex6999601F025286f1731
Octal15123114037045501572761
Binary1101001100110011100000111110100101101000110111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699960; }

 p { color: rgb(105,153,96); }

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

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

 a { background-color: rgb(105,153,96); }

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

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

 span { border-color: rgb(105,153,96); }

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