Html Css Color HEX #699760 Hippie Green

📋 copy color: '#699760'

red 105 ◦ green 151 ◦ blue 96

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

Shades of Hippie Green #699760

Tints of Hippie Green #699760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.9%

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

R = 29.83%
G = 42.9%
B = 27.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#699760 (or 0x699760) is known color: Hippie Green. HEX triplet: 69, 97 and 60. RGB value is (105,151,96). Sum of RGB (Red+Green+Blue) = 105+151+96=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #699760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699760 is #96689F. Grayscale: #838383. Windows color (decimal): -9857184 or 6330217. OLE color: 6330217.

HSL color Cylindrical-coordinate representation of color #699760: hue angle of 110.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699760 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 96 -
CMYK 0.30 0 0.36 0.41
HSL 110.18º 0.22% 0.48% -
HSV(B) 110.18º 0.36% 0.59% -
XYZ 19 25.98 15.08 -
YUV 130.98 108.26 109.47 -
System Red Green Blue C M Y K H S L
Decimal 105 151 96 0.30 0 0.36 0.41 110.18 0.22 0.48
Hex 69 97 60 1E 0 24 29 6E 16 30
Octal 151 227 140 36 0 44 51 156 26 60
Binary 1101001 10010111 1100000 11110 0 100100 101001 1101110 10110 110000

Color Harmonies of #699760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699760

Black with #699760

Text Example


Text Example

White with #699760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699760; }

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

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

background-color css

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

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

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

border-color css

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

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

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