Html Css Color HEX #699A63 Hippie Green

📋 copy color: '#699A63'

red 105 ◦ green 154 ◦ blue 99

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

Shades of Hippie Green #699A63

Tints of Hippie Green #699A63

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.02%

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

R = 29.33%
G = 43.02%
B = 27.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#699A63 (or 0x699A63) is known color: Hippie Green. HEX triplet: 69, 9A and 63. RGB value is (105,154,99). Sum of RGB (Red+Green+Blue) = 105+154+99=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #699A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A63 is #96659C. Grayscale: #858585. Windows color (decimal): -9856413 or 6527593. OLE color: 6527593.

HSL color Cylindrical-coordinate representation of color #699A63: hue angle of 113.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699A63 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 99 -
CMYK 0.32 0 0.36 0.40
HSL 113.45º 0.22% 0.5% -
HSV(B) 113.45º 0.36% 0.6% -
XYZ 19.63 27.02 15.98 -
YUV 133.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 105 154 99 0.32 0 0.36 0.40 113.45 0.22 0.5
Hex 69 9A 63 20 0 24 28 71 16 32
Octal 151 232 143 40 0 44 50 161 26 62
Binary 1101001 10011010 1100011 100000 0 100100 101000 1110001 10110 110010

Color Harmonies of #699A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A63

Black with #699A63

Text Example


Text Example

White with #699A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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