Html Css Color HEX #95B97E Olivine

📋 copy color: '#95B97E'

red 149 ◦ green 185 ◦ blue 126

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

Shades of Olivine #95B97E

Tints of Olivine #95B97E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.22%

 BLUE value IS 126 (49.61% from 255) = 27.39%

R = 32.39%
G = 40.22%
B = 27.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#95B97E (or 0x95B97E) is known color: Olivine. HEX triplet: 95, B9 and 7E. RGB value is (149,185,126). Sum of RGB (Red+Green+Blue) = 149+185+126=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #95B97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B97E is #6A4681. Grayscale: #A7A7A7. Windows color (decimal): -6964866 or 8305045. OLE color: 8305045.

HSL color Cylindrical-coordinate representation of color #95B97E: hue angle of 96.61º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95B97E is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 185 126 -
CMYK 0.19 0 0.32 0.27
HSL 96.61º 0.3% 0.61% -
HSV(B) 96.61º 0.32% 0.73% -
XYZ 33.51 42.59 26.19 -
YUV 167.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 149 185 126 0.19 0 0.32 0.27 96.61 0.3 0.61
Hex 95 B9 7E 13 0 20 1B 61 1E 3D
Octal 225 271 176 23 0 40 33 141 36 75
Binary 10010101 10111001 1111110 10011 0 100000 11011 1100001 11110 111101

Color Harmonies of #95B97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B97E

Black with #95B97E

Text Example


Text Example

White with #95B97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,185,126); }

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

background-color css

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

 a { background-color: rgb(149,185,126); }

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

border-color css

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

 span { border-color: rgb(149,185,126); }

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