Html Css Color HEX #698364 Hippie Green

📋 copy color: '#698364'

red 105 ◦ green 131 ◦ blue 100

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

Shades of Hippie Green #698364

Tints of Hippie Green #698364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

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

R = 31.25%
G = 38.99%
B = 29.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#698364 (or 0x698364) is known color: Hippie Green. HEX triplet: 69, 83 and 64. RGB value is (105,131,100). Sum of RGB (Red+Green+Blue) = 105+131+100=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #698364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698364 is #967C9B. Grayscale: #777777. Windows color (decimal): -9862300 or 6587241. OLE color: 6587241.

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

Color convert

RGB 105 131 100 -
CMYK 0.20 0 0.24 0.49
HSL 110.32º 0.13% 0.45% -
HSV(B) 110.32º 0.24% 0.51% -
XYZ 16.24 20.16 15.09 -
YUV 119.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 105 131 100 0.20 0 0.24 0.49 110.32 0.13 0.45
Hex 69 83 64 14 0 18 31 6E D 2D
Octal 151 203 144 24 0 30 61 156 15 55
Binary 1101001 10000011 1100100 10100 0 11000 110001 1101110 1101 101101

Color Harmonies of #698364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698364

Black with #698364

Text Example


Text Example

White with #698364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698364; }

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

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

background-color css

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

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

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

border-color css

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

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

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