Html Css Color HEX #95AD6E Olivine

📋 copy color: '#95AD6E'

red 149 ◦ green 173 ◦ blue 110

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

Shades of Olivine #95AD6E

Tints of Olivine #95AD6E

RGB

 RED value IS 149 (58.59% from 255) = 34.49%

 GREEN value IS 173 (67.97% from 255) = 40.05%

 BLUE value IS 110 (43.36% from 255) = 25.46%

R = 34.49%
G = 40.05%
B = 25.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#95AD6E (or 0x95AD6E) is known color: Olivine. HEX triplet: 95, AD and 6E. RGB value is (149,173,110). Sum of RGB (Red+Green+Blue) = 149+173+110=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD6E is #6A5291. Grayscale: #9E9E9E. Windows color (decimal): -6967954 or 7253397. OLE color: 7253397.

HSL color Cylindrical-coordinate representation of color #95AD6E: hue angle of 82.86º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95AD6E is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 173 110 -
CMYK 0.14 0 0.36 0.32
HSL 82.86º 0.28% 0.55% -
HSV(B) 82.86º 0.36% 0.68% -
XYZ 30.15 37.4 20.38 -
YUV 158.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 149 173 110 0.14 0 0.36 0.32 82.86 0.28 0.55
Hex 95 AD 6E E 0 24 20 53 1C 37
Octal 225 255 156 16 0 44 40 123 34 67
Binary 10010101 10101101 1101110 1110 0 100100 100000 1010011 11100 110111

Color Harmonies of #95AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD6E

Black with #95AD6E

Text Example


Text Example

White with #95AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AD6E; }

 p { color: rgb(149,173,110); }

 H1.HeaderClassName
 {
   color: #95AD6E;
 }
 .AnyTagClassName
 {
   color: #95AD6E;
 }
</style>

background-color css

<style>
 a { background-color: #95AD6E; }

 a { background-color: rgb(149,173,110); }

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

border-color css

<style>
 span { border-color: #95AD6E; }

 span { border-color: rgb(149,173,110); }

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