Html Css Color HEX #9FB973 Olivine

📋 copy color: '#9FB973'

red 159 ◦ green 185 ◦ blue 115

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

Shades of Olivine #9FB973

Tints of Olivine #9FB973

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.31%

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

R = 34.64%
G = 40.31%
B = 25.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#9FB973 (or 0x9FB973) is known color: Olivine. HEX triplet: 9F, B9 and 73. RGB value is (159,185,115). Sum of RGB (Red+Green+Blue) = 159+185+115=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB973 is #60468C. Grayscale: #A9A9A9. Windows color (decimal): -6309517 or 7584159. OLE color: 7584159.

HSL color Cylindrical-coordinate representation of color #9FB973: hue angle of 82.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FB973 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 185 115 -
CMYK 0.14 0 0.38 0.27
HSL 82.29º 0.33% 0.59% -
HSV(B) 82.29º 0.38% 0.73% -
XYZ 34.74 43.31 22.75 -
YUV 169.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 159 185 115 0.14 0 0.38 0.27 82.29 0.33 0.59
Hex 9F B9 73 E 0 26 1B 52 21 3B
Octal 237 271 163 16 0 46 33 122 41 73
Binary 10011111 10111001 1110011 1110 0 100110 11011 1010010 100001 111011

Color Harmonies of #9FB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB973

Black with #9FB973

Text Example


Text Example

White with #9FB973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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