Html Css Color HEX #9FBF79 Olivine

📋 copy color: '#9FBF79'

red 159 ◦ green 191 ◦ blue 121

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

Shades of Olivine #9FBF79

Tints of Olivine #9FBF79

RGB

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

 GREEN value IS 191 (75% from 255) = 40.55%

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 33.76%
G = 40.55%
B = 25.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#9FBF79 (or 0x9FBF79) is known color: Olivine. HEX triplet: 9F, BF and 79. RGB value is (159,191,121). Sum of RGB (Red+Green+Blue) = 159+191+121=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF79 is #604086. Grayscale: #ADADAD. Windows color (decimal): -6307975 or 7978911. OLE color: 7978911.

HSL color Cylindrical-coordinate representation of color #9FBF79: hue angle of 87.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FBF79 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 191 121 -
CMYK 0.17 0 0.37 0.25
HSL 87.43º 0.35% 0.61% -
HSV(B) 87.43º 0.37% 0.75% -
XYZ 36.38 46.01 25.05 -
YUV 173.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 159 191 121 0.17 0 0.37 0.25 87.43 0.35 0.61
Hex 9F BF 79 11 0 25 19 57 23 3D
Octal 237 277 171 21 0 45 31 127 43 75
Binary 10011111 10111111 1111001 10001 0 100101 11001 1010111 100011 111101

Color Harmonies of #9FBF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBF79

Black with #9FBF79

Text Example


Text Example

White with #9FBF79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,191,121); }

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

background-color css

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

 a { background-color: rgb(159,191,121); }

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

border-color css

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

 span { border-color: rgb(159,191,121); }

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