Html Css Color HEX #9FB470 Olivine

📋 copy color: '#9FB470'

red 159 ◦ green 180 ◦ blue 112

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

Shades of Olivine #9FB470

Tints of Olivine #9FB470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.91%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 35.25%
G = 39.91%
B = 24.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#9FB470 (or 0x9FB470) is known color: Olivine. HEX triplet: 9F, B4 and 70. RGB value is (159,180,112). Sum of RGB (Red+Green+Blue) = 159+180+112=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB470 is #604B8F. Grayscale: #A6A6A6. Windows color (decimal): -6310800 or 7386271. OLE color: 7386271.

HSL color Cylindrical-coordinate representation of color #9FB470: hue angle of 78.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FB470 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 180 112 -
CMYK 0.12 0 0.38 0.29
HSL 78.53º 0.31% 0.57% -
HSV(B) 78.53º 0.38% 0.71% -
XYZ 33.54 41.18 21.51 -
YUV 165.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 159 180 112 0.12 0 0.38 0.29 78.53 0.31 0.57
Hex 9F B4 70 C 0 26 1D 4F 1F 39
Octal 237 264 160 14 0 46 35 117 37 71
Binary 10011111 10110100 1110000 1100 0 100110 11101 1001111 11111 111001

Color Harmonies of #9FB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB470

Black with #9FB470

Text Example


Text Example

White with #9FB470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,180,112); }

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

background-color css

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

 a { background-color: rgb(159,180,112); }

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

border-color css

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

 span { border-color: rgb(159,180,112); }

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