Html Css Color HEX #9FB774 Olivine

📋 copy color: '#9FB774'

red 159 ◦ green 183 ◦ blue 116

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

Shades of Olivine #9FB774

Tints of Olivine #9FB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.96%

 BLUE value IS 116 (45.7% from 255) = 25.33%

R = 34.72%
G = 39.96%
B = 25.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#9FB774 (or 0x9FB774) is known color: Olivine. HEX triplet: 9F, B7 and 74. RGB value is (159,183,116). Sum of RGB (Red+Green+Blue) = 159+183+116=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB774 is #60488B. Grayscale: #A8A8A8. Windows color (decimal): -6310028 or 7649183. OLE color: 7649183.

HSL color Cylindrical-coordinate representation of color #9FB774: hue angle of 81.49º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FB774 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 183 116 -
CMYK 0.13 0 0.37 0.28
HSL 81.49º 0.32% 0.59% -
HSV(B) 81.49º 0.37% 0.72% -
XYZ 34.38 42.5 22.91 -
YUV 168.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 159 183 116 0.13 0 0.37 0.28 81.49 0.32 0.59
Hex 9F B7 74 D 0 25 1C 51 20 3B
Octal 237 267 164 15 0 45 34 121 40 73
Binary 10011111 10110111 1110100 1101 0 100101 11100 1010001 100000 111011

Color Harmonies of #9FB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB774

Black with #9FB774

Text Example


Text Example

White with #9FB774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,183,116); }

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

background-color css

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

 a { background-color: rgb(159,183,116); }

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

border-color css

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

 span { border-color: rgb(159,183,116); }

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