Html Css Color HEX #95B47A Olivine

📋 copy color: '#95B47A'

red 149 ◦ green 180 ◦ blue 122

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

Shades of Olivine #95B47A

Tints of Olivine #95B47A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.91%

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

R = 33.04%
G = 39.91%
B = 27.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#95B47A (or 0x95B47A) is known color: Olivine. HEX triplet: 95, B4 and 7A. RGB value is (149,180,122). Sum of RGB (Red+Green+Blue) = 149+180+122=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #95B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B47A is #6A4B85. Grayscale: #A4A4A4. Windows color (decimal): -6966150 or 8041621. OLE color: 8041621.

HSL color Cylindrical-coordinate representation of color #95B47A: hue angle of 92.07º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95B47A is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 180 122 -
CMYK 0.17 0 0.32 0.29
HSL 92.07º 0.28% 0.59% -
HSV(B) 92.07º 0.32% 0.71% -
XYZ 32.23 40.44 24.52 -
YUV 164.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 149 180 122 0.17 0 0.32 0.29 92.07 0.28 0.59
Hex 95 B4 7A 11 0 20 1D 5C 1C 3B
Octal 225 264 172 21 0 40 35 134 34 73
Binary 10010101 10110100 1111010 10001 0 100000 11101 1011100 11100 111011

Color Harmonies of #95B47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B47A

Black with #95B47A

Text Example


Text Example

White with #95B47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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