Html Css Color HEX #699960 Hippie Green

📋 copy color: '#699960'

red 105 ◦ green 153 ◦ blue 96

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

Shades of Hippie Green #699960

Tints of Hippie Green #699960

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 value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#699960 (or 0x699960) is known color: 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

RGB 105 153 96 -
CMYK 0.31 0 0.37 0.4
HSL 110.53º 0.23% 0.49% -
HSV(B) 110.53º 0.37% 0.6% -
XYZ 19.33 26.63 15.19 -
YUV 132.15 107.6 108.63 -
System Red Green Blue C M Y K H S L
Decimal 105 153 96 0.31 0 0.37 0.4 110.53 0.23 0.49
Hex 69 99 60 1F 0 25 28 6F 17 31
Octal 151 231 140 37 0 45 50 157 27 61
Binary 1101001 10011001 1100000 11111 0 100101 101000 1101111 10111 110001

Color Harmonies of #699960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699960

Black with #699960

Text Example


Text Example

White with #699960

Text Example


Text Example

HTML Codes & Css Web 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>