Html Css Color HEX #699060 Hippie Green

📋 copy color: '#699060'

red 105 ◦ green 144 ◦ blue 96

#699060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #699060

Tints of Hippie Green #699060

RGB

 RED value IS 105 (41.41% from 255) = 30.43%

 GREEN value IS 144 (56.64% from 255) = 41.74%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 30.43%
G = 41.74%
B = 27.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#699060 (or 0x699060) is known color: Hippie Green. HEX triplet: 69, 90 and 60. RGB value is (105,144,96). Sum of RGB (Red+Green+Blue) = 105+144+96=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #699060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699060 is #966F9F. Grayscale: #7F7F7F. Windows color (decimal): -9858976 or 6328425. OLE color: 6328425.

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

Color convert

RGB 105 144 96 -
CMYK 0.27 0 0.33 0.44
HSL 108.75º 0.2% 0.47% -
HSV(B) 108.75º 0.33% 0.56% -
XYZ 17.91 23.79 14.72 -
YUV 126.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 105 144 96 0.27 0 0.33 0.44 108.75 0.2 0.47
Hex 69 90 60 1B 0 21 2C 6D 14 2F
Octal 151 220 140 33 0 41 54 155 24 57
Binary 1101001 10010000 1100000 11011 0 100001 101100 1101101 10100 101111

Color Harmonies of #699060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699060

Black with #699060

Text Example


Text Example

White with #699060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699060; }

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

 H1.HeaderClassName
 {
   color: #699060;
 }
 .AnyTagClassName
 {
   color: #699060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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