Html Css Color HEX #9BAF73 Olivine

📋 copy color: '#9BAF73'

red 155 ◦ green 175 ◦ blue 115

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

Shades of Olivine #9BAF73

Tints of Olivine #9BAF73

RGB

 RED value IS 155 (60.94% from 255) = 34.83%

 GREEN value IS 175 (68.75% from 255) = 39.33%

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

R = 34.83%
G = 39.33%
B = 25.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#9BAF73 (or 0x9BAF73) is known color: Olivine. HEX triplet: 9B, AF and 73. RGB value is (155,175,115). Sum of RGB (Red+Green+Blue) = 155+175+115=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF73 is #64508C. Grayscale: #A2A2A2. Windows color (decimal): -6574221 or 7581595. OLE color: 7581595.

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

Color convert

RGB 155 175 115 -
CMYK 0.11 0 0.34 0.31
HSL 80º 0.27% 0.57% -
HSV(B) 80º 0.34% 0.69% -
XYZ 31.94 38.87 22.04 -
YUV 162.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 155 175 115 0.11 0 0.34 0.31 80 0.27 0.57
Hex 9B AF 73 B 0 22 1F 50 1B 39
Octal 233 257 163 13 0 42 37 120 33 71
Binary 10011011 10101111 1110011 1011 0 100010 11111 1010000 11011 111001

Color Harmonies of #9BAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF73

Black with #9BAF73

Text Example


Text Example

White with #9BAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,115); }

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

background-color css

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

 a { background-color: rgb(155,175,115); }

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

border-color css

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

 span { border-color: rgb(155,175,115); }

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