Html Css Color HEX #699963 Hippie Green

📋 copy color: '#699963'

red 105 ◦ green 153 ◦ blue 99

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

Shades of Hippie Green #699963

Tints of Hippie Green #699963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 29.41%
G = 42.86%
B = 27.73%

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

#699963 (or 0x699963) is known color: Hippie Green. HEX triplet: 69, 99 and 63. RGB value is (105,153,99). Sum of RGB (Red+Green+Blue) = 105+153+99=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #699963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699963 is #96669C. Grayscale: #848484. Windows color (decimal): -9856669 or 6527337. OLE color: 6527337.

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

Color convert

RGB 105 153 99 -
CMYK 0.31 0 0.35 0.4
HSL 113.33º 0.21% 0.49% -
HSV(B) 113.33º 0.35% 0.6% -
XYZ 19.47 26.69 15.93 -
YUV 132.49 109.1 108.39 -
System Red Green Blue C M Y K H S L
Decimal 105 153 99 0.31 0 0.35 0.4 113.33 0.21 0.49
Hex 69 99 63 1F 0 23 28 71 15 31
Octal 151 231 143 37 0 43 50 161 25 61
Binary 1101001 10011001 1100011 11111 0 100011 101000 1110001 10101 110001

Color Harmonies of #699963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699963

Black with #699963

Text Example


Text Example

White with #699963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699963; }

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

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

background-color css

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

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

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

border-color css

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

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

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