Html Css Color HEX #9BAF80 Olivine

📋 copy color: '#9BAF80'

red 155 ◦ green 175 ◦ blue 128

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

Shades of Olivine #9BAF80

Tints of Olivine #9BAF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.95%

R = 33.84%
G = 38.21%
B = 27.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#9BAF80 (or 0x9BAF80) is known color: Olivine. HEX triplet: 9B, AF and 80. RGB value is (155,175,128). Sum of RGB (Red+Green+Blue) = 155+175+128=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF80 is #64507F. Grayscale: #A3A3A3. Windows color (decimal): -6574208 or 8433563. OLE color: 8433563.

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

Color convert

RGB 155 175 128 -
CMYK 0.11 0 0.27 0.31
HSL 85.53º 0.23% 0.59% -
HSV(B) 85.53º 0.27% 0.69% -
XYZ 32.74 39.19 26.26 -
YUV 163.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 155 175 128 0.11 0 0.27 0.31 85.53 0.23 0.59
Hex 9B AF 80 B 0 1B 1F 56 17 3B
Octal 233 257 200 13 0 33 37 126 27 73
Binary 10011011 10101111 10000000 1011 0 11011 11111 1010110 10111 111011

Color Harmonies of #9BAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF80

Black with #9BAF80

Text Example


Text Example

White with #9BAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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