Html Css Color HEX #699460 Hippie Green

📋 copy color: '#699460'

red 105 ◦ green 148 ◦ blue 96

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

Shades of Hippie Green #699460

Tints of Hippie Green #699460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

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

R = 30.09%
G = 42.41%
B = 27.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#699460 (or 0x699460) is known color: Hippie Green. HEX triplet: 69, 94 and 60. RGB value is (105,148,96). Sum of RGB (Red+Green+Blue) = 105+148+96=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #699460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699460 is #966B9F. Grayscale: #818181. Windows color (decimal): -9857952 or 6329449. OLE color: 6329449.

HSL color Cylindrical-coordinate representation of color #699460: hue angle of 109.62º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #699460 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 96 -
CMYK 0.29 0 0.35 0.42
HSL 109.62º 0.21% 0.48% -
HSV(B) 109.62º 0.35% 0.58% -
XYZ 18.53 25.03 14.92 -
YUV 129.22 109.25 110.73 -
System Red Green Blue C M Y K H S L
Decimal 105 148 96 0.29 0 0.35 0.42 109.62 0.21 0.48
Hex 69 94 60 1D 0 23 2A 6E 15 30
Octal 151 224 140 35 0 43 52 156 25 60
Binary 1101001 10010100 1100000 11101 0 100011 101010 1101110 10101 110000

Color Harmonies of #699460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699460

Black with #699460

Text Example


Text Example

White with #699460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699460; }

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

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

background-color css

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

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

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

border-color css

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

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

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