Html Css Color HEX #9FC575 Olivine

📋 copy color: '#9FC575'

red 159 ◦ green 197 ◦ blue 117

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

Shades of Olivine #9FC575

Tints of Olivine #9FC575

RGB

 RED value IS 159 (62.5% from 255) = 33.62%

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

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

R = 33.62%
G = 41.65%
B = 24.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#9FC575 (or 0x9FC575) is known color: Olivine. HEX triplet: 9F, C5 and 75. RGB value is (159,197,117). Sum of RGB (Red+Green+Blue) = 159+197+117=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC575 is #603A8A. Grayscale: #B0B0B0. Windows color (decimal): -6306443 or 7718303. OLE color: 7718303.

HSL color Cylindrical-coordinate representation of color #9FC575: hue angle of 88.5º 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 #9FC575 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 159 197 117 -
CMYK 0.19 0 0.41 0.23
HSL 88.5º 0.41% 0.62% -
HSV(B) 88.5º 0.41% 0.77% -
XYZ 37.48 48.59 24.23 -
YUV 176.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 159 197 117 0.19 0 0.41 0.23 88.5 0.41 0.62
Hex 9F C5 75 13 0 29 17 58 29 3E
Octal 237 305 165 23 0 51 27 130 51 76
Binary 10011111 11000101 1110101 10011 0 101001 10111 1011000 101001 111110

Color Harmonies of #9FC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC575

Black with #9FC575

Text Example


Text Example

White with #9FC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FC575; }

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

 H1.HeaderClassName
 {
   color: #9FC575;
 }
 .AnyTagClassName
 {
   color: #9FC575;
 }
</style>

background-color css

<style>
 a { background-color: #9FC575; }

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

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

border-color css

<style>
 span { border-color: #9FC575; }

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

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