Html Css Color HEX #9FC073 Olivine

📋 copy color: '#9FC073'

red 159 ◦ green 192 ◦ blue 115

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

Shades of Olivine #9FC073

Tints of Olivine #9FC073

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

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

R = 34.12%
G = 41.2%
B = 24.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#9FC073 (or 0x9FC073) is known color: Olivine. HEX triplet: 9F, C0 and 73. RGB value is (159,192,115). Sum of RGB (Red+Green+Blue) = 159+192+115=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC073 is #603F8C. Grayscale: #ADADAD. Windows color (decimal): -6307725 or 7585951. OLE color: 7585951.

HSL color Cylindrical-coordinate representation of color #9FC073: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FC073 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 115 -
CMYK 0.17 0 0.40 0.25
HSL 85.71º 0.38% 0.6% -
HSV(B) 85.71º 0.4% 0.75% -
XYZ 36.24 46.31 23.25 -
YUV 173.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 159 192 115 0.17 0 0.40 0.25 85.71 0.38 0.6
Hex 9F C0 73 11 0 28 19 56 26 3C
Octal 237 300 163 21 0 50 31 126 46 74
Binary 10011111 11000000 1110011 10001 0 101000 11001 1010110 100110 111100

Color Harmonies of #9FC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC073

Black with #9FC073

Text Example


Text Example

White with #9FC073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,115); }

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

background-color css

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

 a { background-color: rgb(159,192,115); }

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

border-color css

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

 span { border-color: rgb(159,192,115); }

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