Html Css Color HEX #699E5E Hippie Green

📋 copy color: '#699E5E'

red 105 ◦ green 158 ◦ blue 94

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

Shades of Hippie Green #699E5E

Tints of Hippie Green #699E5E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.26%

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

R = 29.41%
G = 44.26%
B = 26.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#699E5E (or 0x699E5E) is known color: Hippie Green. HEX triplet: 69, 9E and 5E. RGB value is (105,158,94). Sum of RGB (Red+Green+Blue) = 105+158+94=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #699E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E5E is #9661A1. Grayscale: #878787. Windows color (decimal): -9855394 or 6200937. OLE color: 6200937.

HSL color Cylindrical-coordinate representation of color #699E5E: hue angle of 109.69º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #699E5E is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 158 94 -
CMYK 0.34 0 0.41 0.38
HSL 109.69º 0.25% 0.49% -
HSV(B) 109.69º 0.41% 0.62% -
XYZ 20.07 28.27 14.99 -
YUV 134.86 104.94 106.7 -
System Red Green Blue C M Y K H S L
Decimal 105 158 94 0.34 0 0.41 0.38 109.69 0.25 0.49
Hex 69 9E 5E 22 0 29 26 6E 19 31
Octal 151 236 136 42 0 51 46 156 31 61
Binary 1101001 10011110 1011110 100010 0 101001 100110 1101110 11001 110001

Color Harmonies of #699E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E5E

Black with #699E5E

Text Example


Text Example

White with #699E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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