Html Css Color HEX #95B773 Olivine

📋 copy color: '#95B773'

red 149 ◦ green 183 ◦ blue 115

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

Shades of Olivine #95B773

Tints of Olivine #95B773

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.94%

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 33.33%
G = 40.94%
B = 25.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#95B773 (or 0x95B773) is known color: Olivine. HEX triplet: 95, B7 and 73. RGB value is (149,183,115). Sum of RGB (Red+Green+Blue) = 149+183+115=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #95B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B773 is #6A488C. Grayscale: #A5A5A5. Windows color (decimal): -6965389 or 7583637. OLE color: 7583637.

HSL color Cylindrical-coordinate representation of color #95B773: hue angle of 90º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95B773 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 183 115 -
CMYK 0.19 0 0.37 0.28
HSL 90º 0.32% 0.58% -
HSV(B) 90º 0.37% 0.72% -
XYZ 32.42 41.49 22.52 -
YUV 165.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 149 183 115 0.19 0 0.37 0.28 90 0.32 0.58
Hex 95 B7 73 13 0 25 1C 5A 20 3A
Octal 225 267 163 23 0 45 34 132 40 72
Binary 10010101 10110111 1110011 10011 0 100101 11100 1011010 100000 111010

Color Harmonies of #95B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B773

Black with #95B773

Text Example


Text Example

White with #95B773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,183,115); }

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

background-color css

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

 a { background-color: rgb(149,183,115); }

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

border-color css

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

 span { border-color: rgb(149,183,115); }

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