Html Css Color HEX #699161 Hippie Green

📋 copy color: '#699161'

red 105 ◦ green 145 ◦ blue 97

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

Shades of Hippie Green #699161

Tints of Hippie Green #699161

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

 BLUE value IS 97 (38.28% from 255) = 27.95%

R = 30.26%
G = 41.79%
B = 27.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#699161 (or 0x699161) is known color: Hippie Green. HEX triplet: 69, 91 and 61. RGB value is (105,145,97). Sum of RGB (Red+Green+Blue) = 105+145+97=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #699161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699161 is #966E9E. Grayscale: #7F7F7F. Windows color (decimal): -9858719 or 6394217. OLE color: 6394217.

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

Color convert

RGB 105 145 97 -
CMYK 0.28 0 0.33 0.43
HSL 110º 0.2% 0.47% -
HSV(B) 110º 0.33% 0.57% -
XYZ 18.11 24.12 15.01 -
YUV 127.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 105 145 97 0.28 0 0.33 0.43 110 0.2 0.47
Hex 69 91 61 1C 0 21 2B 6E 14 2F
Octal 151 221 141 34 0 41 53 156 24 57
Binary 1101001 10010001 1100001 11100 0 100001 101011 1101110 10100 101111

Color Harmonies of #699161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699161

Black with #699161

Text Example


Text Example

White with #699161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699161; }

 p { color: rgb(105,145,97); }

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

background-color css

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

 a { background-color: rgb(105,145,97); }

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

border-color css

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

 span { border-color: rgb(105,145,97); }

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