Html Css Color HEX #699F60 Hippie Green

📋 copy color: '#699F60'

red 105 ◦ green 159 ◦ blue 96

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

Shades of Hippie Green #699F60

Tints of Hippie Green #699F60

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

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

R = 29.17%
G = 44.17%
B = 26.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#699F60 (or 0x699F60) is known color: Hippie Green. HEX triplet: 69, 9F and 60. RGB value is (105,159,96). Sum of RGB (Red+Green+Blue) = 105+159+96=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #699F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F60 is #96609F. Grayscale: #878787. Windows color (decimal): -9855136 or 6332265. OLE color: 6332265.

HSL color Cylindrical-coordinate representation of color #699F60: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #699F60 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 159 96 -
CMYK 0.34 0 0.40 0.38
HSL 111.43º 0.25% 0.5% -
HSV(B) 111.43º 0.4% 0.62% -
XYZ 20.34 28.64 15.52 -
YUV 135.67 105.61 106.12 -
System Red Green Blue C M Y K H S L
Decimal 105 159 96 0.34 0 0.40 0.38 111.43 0.25 0.5
Hex 69 9F 60 22 0 28 26 6F 19 32
Octal 151 237 140 42 0 50 46 157 31 62
Binary 1101001 10011111 1100000 100010 0 101000 100110 1101111 11001 110010

Color Harmonies of #699F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F60

Black with #699F60

Text Example


Text Example

White with #699F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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