Html Css Color HEX #9FBF77 Olivine

📋 copy color: '#9FBF77'

red 159 ◦ green 191 ◦ blue 119

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

Shades of Olivine #9FBF77

Tints of Olivine #9FBF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 33.9%
G = 40.72%
B = 25.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#9FBF77 (or 0x9FBF77) is known color: Olivine. HEX triplet: 9F, BF and 77. RGB value is (159,191,119). Sum of RGB (Red+Green+Blue) = 159+191+119=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF77 is #604088. Grayscale: #ADADAD. Windows color (decimal): -6307977 or 7847839. OLE color: 7847839.

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

Color convert

RGB 159 191 119 -
CMYK 0.17 0 0.38 0.25
HSL 86.67º 0.36% 0.61% -
HSV(B) 86.67º 0.38% 0.75% -
XYZ 36.26 45.96 24.41 -
YUV 173.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 159 191 119 0.17 0 0.38 0.25 86.67 0.36 0.61
Hex 9F BF 77 11 0 26 19 57 24 3D
Octal 237 277 167 21 0 46 31 127 44 75
Binary 10011111 10111111 1110111 10001 0 100110 11001 1010111 100100 111101

Color Harmonies of #9FBF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBF77

Black with #9FBF77

Text Example


Text Example

White with #9FBF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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