Html Css Color HEX #9FB076 Olivine

📋 copy color: '#9FB076'

red 159 ◦ green 176 ◦ blue 118

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

Shades of Olivine #9FB076

Tints of Olivine #9FB076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.85%

 BLUE value IS 118 (46.48% from 255) = 26.05%

R = 35.1%
G = 38.85%
B = 26.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#9FB076 (or 0x9FB076) is known color: Olivine. HEX triplet: 9F, B0 and 76. RGB value is (159,176,118). Sum of RGB (Red+Green+Blue) = 159+176+118=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB076 is #604F89. Grayscale: #A4A4A4. Windows color (decimal): -6311818 or 7778463. OLE color: 7778463.

HSL color Cylindrical-coordinate representation of color #9FB076: hue angle of 77.59º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FB076 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 176 118 -
CMYK 0.10 0 0.33 0.31
HSL 77.59º 0.27% 0.58% -
HSV(B) 77.59º 0.33% 0.69% -
XYZ 33.09 39.73 23.06 -
YUV 164.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 159 176 118 0.10 0 0.33 0.31 77.59 0.27 0.58
Hex 9F B0 76 A 0 21 1F 4E 1B 3A
Octal 237 260 166 12 0 41 37 116 33 72
Binary 10011111 10110000 1110110 1010 0 100001 11111 1001110 11011 111010

Color Harmonies of #9FB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB076

Black with #9FB076

Text Example


Text Example

White with #9FB076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,176,118); }

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

background-color css

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

 a { background-color: rgb(159,176,118); }

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

border-color css

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

 span { border-color: rgb(159,176,118); }

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