Html Css Color HEX #699364 Hippie Green

📋 copy color: '#699364'

red 105 ◦ green 147 ◦ blue 100

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

Shades of Hippie Green #699364

Tints of Hippie Green #699364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.76%

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

R = 29.83%
G = 41.76%
B = 28.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#699364 (or 0x699364) is known color: Hippie Green. HEX triplet: 69, 93 and 64. RGB value is (105,147,100). Sum of RGB (Red+Green+Blue) = 105+147+100=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #699364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699364 is #966C9B. Grayscale: #818181. Windows color (decimal): -9858204 or 6591337. OLE color: 6591337.

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

Color convert

RGB 105 147 100 -
CMYK 0.29 0 0.32 0.42
HSL 113.62º 0.19% 0.48% -
HSV(B) 113.62º 0.32% 0.58% -
XYZ 18.56 24.79 15.86 -
YUV 129.08 111.59 110.82 -
System Red Green Blue C M Y K H S L
Decimal 105 147 100 0.29 0 0.32 0.42 113.62 0.19 0.48
Hex 69 93 64 1D 0 20 2A 72 13 30
Octal 151 223 144 35 0 40 52 162 23 60
Binary 1101001 10010011 1100100 11101 0 100000 101010 1110010 10011 110000

Color Harmonies of #699364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699364

Black with #699364

Text Example


Text Example

White with #699364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699364; }

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

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

background-color css

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

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

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

border-color css

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

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

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