Html Css Color HEX #95C575 Olivine

📋 copy color: '#95C575'

red 149 ◦ green 197 ◦ blue 117

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

Shades of Olivine #95C575

Tints of Olivine #95C575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.55%

 BLUE value IS 117 (46.09% from 255) = 25.27%

R = 32.18%
G = 42.55%
B = 25.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#95C575 (or 0x95C575) is known color: Olivine. HEX triplet: 95, C5 and 75. RGB value is (149,197,117). Sum of RGB (Red+Green+Blue) = 149+197+117=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #95C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C575 is #6A3A8A. Grayscale: #ADADAD. Windows color (decimal): -6961803 or 7718293. OLE color: 7718293.

HSL color Cylindrical-coordinate representation of color #95C575: hue angle of 96º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95C575 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 197 117 -
CMYK 0.24 0 0.41 0.23
HSL 96º 0.41% 0.62% -
HSV(B) 96º 0.41% 0.77% -
XYZ 35.57 47.61 24.14 -
YUV 173.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 149 197 117 0.24 0 0.41 0.23 96 0.41 0.62
Hex 95 C5 75 18 0 29 17 60 29 3E
Octal 225 305 165 30 0 51 27 140 51 76
Binary 10010101 11000101 1110101 11000 0 101001 10111 1100000 101001 111110

Color Harmonies of #95C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C575

Black with #95C575

Text Example


Text Example

White with #95C575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,197,117); }

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

background-color css

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

 a { background-color: rgb(149,197,117); }

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

border-color css

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

 span { border-color: rgb(149,197,117); }

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