Html Css Color HEX #9FC975 Olivine

📋 copy color: '#9FC975'

red 159 ◦ green 201 ◦ blue 117

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

Shades of Olivine #9FC975

Tints of Olivine #9FC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.14%

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

R = 33.33%
G = 42.14%
B = 24.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#9FC975 (or 0x9FC975) is known color: Olivine. HEX triplet: 9F, C9 and 75. RGB value is (159,201,117). Sum of RGB (Red+Green+Blue) = 159+201+117=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC975 is #60368A. Grayscale: #B3B3B3. Windows color (decimal): -6305419 or 7719327. OLE color: 7719327.

HSL color Cylindrical-coordinate representation of color #9FC975: hue angle of 90º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FC975 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 201 117 -
CMYK 0.21 0 0.42 0.21
HSL 90º 0.44% 0.62% -
HSV(B) 90º 0.42% 0.79% -
XYZ 38.4 50.43 24.54 -
YUV 178.87 93.09 113.83 -
System Red Green Blue C M Y K H S L
Decimal 159 201 117 0.21 0 0.42 0.21 90 0.44 0.62
Hex 9F C9 75 15 0 2A 15 5A 2C 3E
Octal 237 311 165 25 0 52 25 132 54 76
Binary 10011111 11001001 1110101 10101 0 101010 10101 1011010 101100 111110

Color Harmonies of #9FC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC975

Black with #9FC975

Text Example


Text Example

White with #9FC975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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