Html Css Color HEX #699964 Hippie Green

📋 copy color: '#699964'

red 105 ◦ green 153 ◦ blue 100

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

Shades of Hippie Green #699964

Tints of Hippie Green #699964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.74%

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

R = 29.33%
G = 42.74%
B = 27.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#699964 (or 0x699964) is known color: Hippie Green. HEX triplet: 69, 99 and 64. RGB value is (105,153,100). Sum of RGB (Red+Green+Blue) = 105+153+100=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #699964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699964 is #96669B. Grayscale: #848484. Windows color (decimal): -9856668 or 6592873. OLE color: 6592873.

HSL color Cylindrical-coordinate representation of color #699964: hue angle of 114.34º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #699964 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 100 -
CMYK 0.31 0 0.35 0.4
HSL 114.34º 0.21% 0.5% -
HSV(B) 114.34º 0.35% 0.6% -
XYZ 19.52 26.71 16.18 -
YUV 132.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 105 153 100 0.31 0 0.35 0.4 114.34 0.21 0.5
Hex 69 99 64 1F 0 23 28 72 15 32
Octal 151 231 144 37 0 43 50 162 25 62
Binary 1101001 10011001 1100100 11111 0 100011 101000 1110010 10101 110010

Color Harmonies of #699964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699964

Black with #699964

Text Example


Text Example

White with #699964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699964; }

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

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

background-color css

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

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

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

border-color css

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

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

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