Html Css Color HEX #95BA7F Olivine

📋 copy color: '#95BA7F'

red 149 ◦ green 186 ◦ blue 127

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

Shades of Olivine #95BA7F

Tints of Olivine #95BA7F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 127 (50% from 255) = 27.49%

R = 32.25%
G = 40.26%
B = 27.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#95BA7F (or 0x95BA7F) is known color: Olivine. HEX triplet: 95, BA and 7F. RGB value is (149,186,127). Sum of RGB (Red+Green+Blue) = 149+186+127=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA7F is #6A4580. Grayscale: #A8A8A8. Windows color (decimal): -6964609 or 8370837. OLE color: 8370837.

HSL color Cylindrical-coordinate representation of color #95BA7F: hue angle of 97.63º 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 #95BA7F is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 127 -
CMYK 0.20 0 0.32 0.27
HSL 97.63º 0.3% 0.61% -
HSV(B) 97.63º 0.32% 0.73% -
XYZ 33.78 43.04 26.61 -
YUV 168.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 149 186 127 0.20 0 0.32 0.27 97.63 0.3 0.61
Hex 95 BA 7F 14 0 20 1B 62 1E 3D
Octal 225 272 177 24 0 40 33 142 36 75
Binary 10010101 10111010 1111111 10100 0 100000 11011 1100010 11110 111101

Color Harmonies of #95BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA7F

Black with #95BA7F

Text Example


Text Example

White with #95BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,186,127); }

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

background-color css

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

 a { background-color: rgb(149,186,127); }

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

border-color css

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

 span { border-color: rgb(149,186,127); }

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