Html Css Color HEX #699D61 Hippie Green

📋 copy color: '#699D61'

red 105 ◦ green 157 ◦ blue 97

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

Shades of Hippie Green #699D61

Tints of Hippie Green #699D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.02%

R = 29.25%
G = 43.73%
B = 27.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#699D61 (or 0x699D61) is known color: Hippie Green. HEX triplet: 69, 9D and 61. RGB value is (105,157,97). Sum of RGB (Red+Green+Blue) = 105+157+97=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #699D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D61 is #96629E. Grayscale: #868686. Windows color (decimal): -9855647 or 6397289. OLE color: 6397289.

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

Color convert

RGB 105 157 97 -
CMYK 0.33 0 0.38 0.38
HSL 112º 0.24% 0.5% -
HSV(B) 112º 0.38% 0.62% -
XYZ 20.04 27.98 15.65 -
YUV 134.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 105 157 97 0.33 0 0.38 0.38 112 0.24 0.5
Hex 69 9D 61 21 0 26 26 70 18 32
Octal 151 235 141 41 0 46 46 160 30 62
Binary 1101001 10011101 1100001 100001 0 100110 100110 1110000 11000 110010

Color Harmonies of #699D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D61

Black with #699D61

Text Example


Text Example

White with #699D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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