Html Css Color HEX #9FB474 Olivine

📋 copy color: '#9FB474'

red 159 ◦ green 180 ◦ blue 116

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

Shades of Olivine #9FB474

Tints of Olivine #9FB474

RGB

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

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

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

R = 34.95%
G = 39.56%
B = 25.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#9FB474 (or 0x9FB474) is known color: Olivine. HEX triplet: 9F, B4 and 74. RGB value is (159,180,116). Sum of RGB (Red+Green+Blue) = 159+180+116=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB474 is #604B8B. Grayscale: #A6A6A6. Windows color (decimal): -6310796 or 7648415. OLE color: 7648415.

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

Color convert

RGB 159 180 116 -
CMYK 0.12 0 0.36 0.29
HSL 79.69º 0.3% 0.58% -
HSV(B) 79.69º 0.36% 0.71% -
XYZ 33.77 41.27 22.71 -
YUV 166.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 159 180 116 0.12 0 0.36 0.29 79.69 0.3 0.58
Hex 9F B4 74 C 0 24 1D 50 1E 3A
Octal 237 264 164 14 0 44 35 120 36 72
Binary 10011111 10110100 1110100 1100 0 100100 11101 1010000 11110 111010

Color Harmonies of #9FB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB474

Black with #9FB474

Text Example


Text Example

White with #9FB474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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