Html Css Color HEX #9FC375 Olivine

📋 copy color: '#9FC375'

red 159 ◦ green 195 ◦ blue 117

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

Shades of Olivine #9FC375

Tints of Olivine #9FC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.4%

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

R = 33.76%
G = 41.4%
B = 24.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#9FC375 (or 0x9FC375) is known color: Olivine. HEX triplet: 9F, C3 and 75. RGB value is (159,195,117). Sum of RGB (Red+Green+Blue) = 159+195+117=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC375 is #603C8A. Grayscale: #AFAFAF. Windows color (decimal): -6306955 or 7717791. OLE color: 7717791.

HSL color Cylindrical-coordinate representation of color #9FC375: hue angle of 87.69º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FC375 is Cyan = 0.18, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 195 117 -
CMYK 0.18 0 0.4 0.24
HSL 87.69º 0.39% 0.61% -
HSV(B) 87.69º 0.4% 0.76% -
XYZ 37.02 47.69 24.08 -
YUV 175.34 95.07 116.34 -
System Red Green Blue C M Y K H S L
Decimal 159 195 117 0.18 0 0.4 0.24 87.69 0.39 0.61
Hex 9F C3 75 12 0 28 18 58 27 3D
Octal 237 303 165 22 0 50 30 130 47 75
Binary 10011111 11000011 1110101 10010 0 101000 11000 1011000 100111 111101

Color Harmonies of #9FC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC375

Black with #9FC375

Text Example


Text Example

White with #9FC375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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