Html Css Color HEX #95C574 Olivine

📋 copy color: '#95C574'

red 149 ◦ green 197 ◦ blue 116

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

Shades of Olivine #95C574

Tints of Olivine #95C574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 32.25%
G = 42.64%
B = 25.11%

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

#95C574 (or 0x95C574) is known color: Olivine. HEX triplet: 95, C5 and 74. RGB value is (149,197,116). Sum of RGB (Red+Green+Blue) = 149+197+116=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #95C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C574 is #6A3A8B. Grayscale: #ADADAD. Windows color (decimal): -6961804 or 7652757. OLE color: 7652757.

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

Color convert

RGB 149 197 116 -
CMYK 0.24 0 0.41 0.23
HSL 95.56º 0.41% 0.61% -
HSV(B) 95.56º 0.41% 0.77% -
XYZ 35.51 47.58 23.84 -
YUV 173.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 149 197 116 0.24 0 0.41 0.23 95.56 0.41 0.61
Hex 95 C5 74 18 0 29 17 60 29 3D
Octal 225 305 164 30 0 51 27 140 51 75
Binary 10010101 11000101 1110100 11000 0 101001 10111 1100000 101001 111101

Color Harmonies of #95C574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C574

Black with #95C574

Text Example


Text Example

White with #95C574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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