Html Css Color HEX #698464 Hippie Green

📋 copy color: '#698464'

red 105 ◦ green 132 ◦ blue 100

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

Shades of Hippie Green #698464

Tints of Hippie Green #698464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

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

R = 31.16%
G = 39.17%
B = 29.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#698464 (or 0x698464) is known color: Hippie Green. HEX triplet: 69, 84 and 64. RGB value is (105,132,100). Sum of RGB (Red+Green+Blue) = 105+132+100=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #698464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698464 is #967B9B. Grayscale: #787878. Windows color (decimal): -9862044 or 6587497. OLE color: 6587497.

HSL color Cylindrical-coordinate representation of color #698464: hue angle of 110.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698464 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 100 -
CMYK 0.20 0 0.24 0.48
HSL 110.63º 0.14% 0.45% -
HSV(B) 110.63º 0.24% 0.52% -
XYZ 16.38 20.43 15.14 -
YUV 120.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 105 132 100 0.20 0 0.24 0.48 110.63 0.14 0.45
Hex 69 84 64 14 0 18 30 6F E 2D
Octal 151 204 144 24 0 30 60 157 16 55
Binary 1101001 10000100 1100100 10100 0 11000 110000 1101111 1110 101101

Color Harmonies of #698464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698464

Black with #698464

Text Example


Text Example

White with #698464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698464; }

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

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

background-color css

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

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

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

border-color css

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

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

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