Html Css Color HEX #95AD7A Olivine

📋 copy color: '#95AD7A'

red 149 ◦ green 173 ◦ blue 122

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

Shades of Olivine #95AD7A

Tints of Olivine #95AD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.48%

R = 33.56%
G = 38.96%
B = 27.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#95AD7A (or 0x95AD7A) is known color: Olivine. HEX triplet: 95, AD and 7A. RGB value is (149,173,122). Sum of RGB (Red+Green+Blue) = 149+173+122=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD7A is #6A5285. Grayscale: #A0A0A0. Windows color (decimal): -6967942 or 8039829. OLE color: 8039829.

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

Color convert

RGB 149 173 122 -
CMYK 0.14 0 0.29 0.32
HSL 88.24º 0.24% 0.58% -
HSV(B) 88.24º 0.29% 0.68% -
XYZ 30.85 37.68 24.06 -
YUV 160.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 149 173 122 0.14 0 0.29 0.32 88.24 0.24 0.58
Hex 95 AD 7A E 0 1D 20 58 18 3A
Octal 225 255 172 16 0 35 40 130 30 72
Binary 10010101 10101101 1111010 1110 0 11101 100000 1011000 11000 111010

Color Harmonies of #95AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD7A

Black with #95AD7A

Text Example


Text Example

White with #95AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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