Html Css Color HEX #95C573 Olivine

📋 copy color: '#95C573'

red 149 ◦ green 197 ◦ blue 115

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

Shades of Olivine #95C573

Tints of Olivine #95C573

RGB

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

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

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

R = 32.32%
G = 42.73%
B = 24.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#95C573 (or 0x95C573) is known color: Olivine. HEX triplet: 95, C5 and 73. RGB value is (149,197,115). Sum of RGB (Red+Green+Blue) = 149+197+115=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #95C573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C573 is #6A3A8C. Grayscale: #ADADAD. Windows color (decimal): -6961805 or 7587221. OLE color: 7587221.

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

Color convert

RGB 149 197 115 -
CMYK 0.24 0 0.42 0.23
HSL 95.12º 0.41% 0.61% -
HSV(B) 95.12º 0.42% 0.77% -
XYZ 35.46 47.56 23.53 -
YUV 173.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 149 197 115 0.24 0 0.42 0.23 95.12 0.41 0.61
Hex 95 C5 73 18 0 2A 17 5F 29 3D
Octal 225 305 163 30 0 52 27 137 51 75
Binary 10010101 11000101 1110011 11000 0 101010 10111 1011111 101001 111101

Color Harmonies of #95C573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C573

Black with #95C573

Text Example


Text Example

White with #95C573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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