Html Css Color HEX #9FB078 Olivine

📋 copy color: '#9FB078'

red 159 ◦ green 176 ◦ blue 120

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

Shades of Olivine #9FB078

Tints of Olivine #9FB078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 34.95%
G = 38.68%
B = 26.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#9FB078 (or 0x9FB078) is known color: Olivine. HEX triplet: 9F, B0 and 78. RGB value is (159,176,120). Sum of RGB (Red+Green+Blue) = 159+176+120=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB078 is #604F87. Grayscale: #A4A4A4. Windows color (decimal): -6311816 or 7909535. OLE color: 7909535.

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

Color convert

RGB 159 176 120 -
CMYK 0.10 0 0.32 0.31
HSL 78.21º 0.26% 0.58% -
HSV(B) 78.21º 0.32% 0.69% -
XYZ 33.21 39.78 23.7 -
YUV 164.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 159 176 120 0.10 0 0.32 0.31 78.21 0.26 0.58
Hex 9F B0 78 A 0 20 1F 4E 1A 3A
Octal 237 260 170 12 0 40 37 116 32 72
Binary 10011111 10110000 1111000 1010 0 100000 11111 1001110 11010 111010

Color Harmonies of #9FB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB078

Black with #9FB078

Text Example


Text Example

White with #9FB078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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