Html Css Color HEX #699D56 Hippie Green

📋 copy color: '#699D56'

red 105 ◦ green 157 ◦ blue 86

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

Shades of Hippie Green #699D56

Tints of Hippie Green #699D56

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.11%

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

R = 30.17%
G = 45.11%
B = 24.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#699D56 (or 0x699D56) is known color: Hippie Green. HEX triplet: 69, 9D and 56. RGB value is (105,157,86). Sum of RGB (Red+Green+Blue) = 105+157+86=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #699D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D56 is #9662A9. Grayscale: #858585. Windows color (decimal): -9855658 or 5676393. OLE color: 5676393.

HSL color Cylindrical-coordinate representation of color #699D56: hue angle of 103.94º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #699D56 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 86 -
CMYK 0.33 0 0.45 0.38
HSL 103.94º 0.29% 0.48% -
HSV(B) 103.94º 0.45% 0.62% -
XYZ 19.56 27.79 13.14 -
YUV 133.36 101.27 107.77 -
System Red Green Blue C M Y K H S L
Decimal 105 157 86 0.33 0 0.45 0.38 103.94 0.29 0.48
Hex 69 9D 56 21 0 2D 26 68 1D 30
Octal 151 235 126 41 0 55 46 150 35 60
Binary 1101001 10011101 1010110 100001 0 101101 100110 1101000 11101 110000

Color Harmonies of #699D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D56

Black with #699D56

Text Example


Text Example

White with #699D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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