Html Css Color HEX #699B56 Hippie Green

📋 copy color: '#699B56'

red 105 ◦ green 155 ◦ blue 86

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

Shades of Hippie Green #699B56

Tints of Hippie Green #699B56

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 30.35%
G = 44.8%
B = 24.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#699B56 (or 0x699B56) is known color: Hippie Green. HEX triplet: 69, 9B and 56. RGB value is (105,155,86). Sum of RGB (Red+Green+Blue) = 105+155+86=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #699B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B56 is #9664A9. Grayscale: #848484. Windows color (decimal): -9856170 or 5675881. OLE color: 5675881.

HSL color Cylindrical-coordinate representation of color #699B56: hue angle of 103.48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #699B56 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 86 -
CMYK 0.32 0 0.45 0.39
HSL 103.48º 0.29% 0.47% -
HSV(B) 103.48º 0.45% 0.61% -
XYZ 19.23 27.12 13.03 -
YUV 132.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 105 155 86 0.32 0 0.45 0.39 103.48 0.29 0.47
Hex 69 9B 56 20 0 2D 27 67 1D 2F
Octal 151 233 126 40 0 55 47 147 35 57
Binary 1101001 10011011 1010110 100000 0 101101 100111 1100111 11101 101111

Color Harmonies of #699B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B56

Black with #699B56

Text Example


Text Example

White with #699B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,155,86); }

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

background-color css

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

 a { background-color: rgb(105,155,86); }

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

border-color css

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

 span { border-color: rgb(105,155,86); }

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