Html Css Color HEX #699A5E Hippie Green

📋 copy color: '#699A5E'

red 105 ◦ green 154 ◦ blue 94

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

Shades of Hippie Green #699A5E

Tints of Hippie Green #699A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 29.75%
G = 43.63%
B = 26.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#699A5E (or 0x699A5E) is known color: Hippie Green. HEX triplet: 69, 9A and 5E. RGB value is (105,154,94). Sum of RGB (Red+Green+Blue) = 105+154+94=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #699A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A5E is #9665A1. Grayscale: #848484. Windows color (decimal): -9856418 or 6199913. OLE color: 6199913.

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

Color convert

RGB 105 154 94 -
CMYK 0.32 0 0.39 0.40
HSL 109º 0.24% 0.49% -
HSV(B) 109º 0.39% 0.6% -
XYZ 19.4 26.92 14.76 -
YUV 132.51 106.27 108.38 -
System Red Green Blue C M Y K H S L
Decimal 105 154 94 0.32 0 0.39 0.40 109 0.24 0.49
Hex 69 9A 5E 20 0 27 28 6D 18 31
Octal 151 232 136 40 0 47 50 155 30 61
Binary 1101001 10011010 1011110 100000 0 100111 101000 1101101 11000 110001

Color Harmonies of #699A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A5E

Black with #699A5E

Text Example


Text Example

White with #699A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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