Html Css Color HEX #699564 Hippie Green

📋 copy color: '#699564'

red 105 ◦ green 149 ◦ blue 100

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

Shades of Hippie Green #699564

Tints of Hippie Green #699564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

 BLUE value IS 100 (39.45% from 255) = 28.25%

R = 29.66%
G = 42.09%
B = 28.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#699564 (or 0x699564) is known color: Hippie Green. HEX triplet: 69, 95 and 64. RGB value is (105,149,100). Sum of RGB (Red+Green+Blue) = 105+149+100=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #699564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699564 is #966A9B. Grayscale: #828282. Windows color (decimal): -9857692 or 6591849. OLE color: 6591849.

HSL color Cylindrical-coordinate representation of color #699564: hue angle of 113.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699564 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 100 -
CMYK 0.30 0 0.33 0.42
HSL 113.88º 0.2% 0.49% -
HSV(B) 113.88º 0.33% 0.58% -
XYZ 18.87 25.42 15.97 -
YUV 130.26 110.92 109.98 -
System Red Green Blue C M Y K H S L
Decimal 105 149 100 0.30 0 0.33 0.42 113.88 0.2 0.49
Hex 69 95 64 1E 0 21 2A 72 14 31
Octal 151 225 144 36 0 41 52 162 24 61
Binary 1101001 10010101 1100100 11110 0 100001 101010 1110010 10100 110001

Color Harmonies of #699564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699564

Black with #699564

Text Example


Text Example

White with #699564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699564; }

 p { color: rgb(105,149,100); }

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

background-color css

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

 a { background-color: rgb(105,149,100); }

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

border-color css

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

 span { border-color: rgb(105,149,100); }

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