Html Css Color HEX #9BAF75 Olivine

📋 copy color: '#9BAF75'

red 155 ◦ green 175 ◦ blue 117

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

Shades of Olivine #9BAF75

Tints of Olivine #9BAF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 34.68%
G = 39.15%
B = 26.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#9BAF75 (or 0x9BAF75) is known color: Olivine. HEX triplet: 9B, AF and 75. RGB value is (155,175,117). Sum of RGB (Red+Green+Blue) = 155+175+117=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF75 is #64508A. Grayscale: #A2A2A2. Windows color (decimal): -6574219 or 7712667. OLE color: 7712667.

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

Color convert

RGB 155 175 117 -
CMYK 0.11 0 0.33 0.31
HSL 80.69º 0.27% 0.57% -
HSV(B) 80.69º 0.33% 0.69% -
XYZ 32.06 38.91 22.65 -
YUV 162.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 155 175 117 0.11 0 0.33 0.31 80.69 0.27 0.57
Hex 9B AF 75 B 0 21 1F 51 1B 39
Octal 233 257 165 13 0 41 37 121 33 71
Binary 10011011 10101111 1110101 1011 0 100001 11111 1010001 11011 111001

Color Harmonies of #9BAF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF75

Black with #9BAF75

Text Example


Text Example

White with #9BAF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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