Html Css Color HEX #9FBC71 Olivine

📋 copy color: '#9FBC71'

red 159 ◦ green 188 ◦ blue 113

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

Shades of Olivine #9FBC71

Tints of Olivine #9FBC71

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

 BLUE value IS 113 (44.53% from 255) = 24.57%

R = 34.57%
G = 40.87%
B = 24.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#9FBC71 (or 0x9FBC71) is known color: Olivine. HEX triplet: 9F, BC and 71. RGB value is (159,188,113). Sum of RGB (Red+Green+Blue) = 159+188+113=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC71 is #60438E. Grayscale: #ABABAB. Windows color (decimal): -6308751 or 7453855. OLE color: 7453855.

HSL color Cylindrical-coordinate representation of color #9FBC71: hue angle of 83.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FBC71 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 113 -
CMYK 0.15 0 0.40 0.26
HSL 83.2º 0.36% 0.59% -
HSV(B) 83.2º 0.4% 0.74% -
XYZ 35.26 44.53 22.36 -
YUV 170.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 159 188 113 0.15 0 0.40 0.26 83.2 0.36 0.59
Hex 9F BC 71 F 0 28 1A 53 24 3B
Octal 237 274 161 17 0 50 32 123 44 73
Binary 10011111 10111100 1110001 1111 0 101000 11010 1010011 100100 111011

Color Harmonies of #9FBC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC71

Black with #9FBC71

Text Example


Text Example

White with #9FBC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,113); }

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

background-color css

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

 a { background-color: rgb(159,188,113); }

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

border-color css

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

 span { border-color: rgb(159,188,113); }

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