Html Css Color HEX #9FB473 Olivine

📋 copy color: '#9FB473'

red 159 ◦ green 180 ◦ blue 115

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

Shades of Olivine #9FB473

Tints of Olivine #9FB473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 35.02%
G = 39.65%
B = 25.33%

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

#9FB473 (or 0x9FB473) is known color: Olivine. HEX triplet: 9F, B4 and 73. RGB value is (159,180,115). Sum of RGB (Red+Green+Blue) = 159+180+115=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB473 is #604B8C. Grayscale: #A6A6A6. Windows color (decimal): -6310797 or 7582879. OLE color: 7582879.

HSL color Cylindrical-coordinate representation of color #9FB473: hue angle of 79.38º 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 #9FB473 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 180 115 -
CMYK 0.12 0 0.36 0.29
HSL 79.38º 0.3% 0.58% -
HSV(B) 79.38º 0.36% 0.71% -
XYZ 33.71 41.25 22.41 -
YUV 166.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 159 180 115 0.12 0 0.36 0.29 79.38 0.3 0.58
Hex 9F B4 73 C 0 24 1D 4F 1E 3A
Octal 237 264 163 14 0 44 35 117 36 72
Binary 10011111 10110100 1110011 1100 0 100100 11101 1001111 11110 111010

Color Harmonies of #9FB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB473

Black with #9FB473

Text Example


Text Example

White with #9FB473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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