Html Css Color HEX #9BAF7F Olivine

📋 copy color: '#9BAF7F'

red 155 ◦ green 175 ◦ blue 127

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

Shades of Olivine #9BAF7F

Tints of Olivine #9BAF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.79%

R = 33.92%
G = 38.29%
B = 27.79%

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

#9BAF7F (or 0x9BAF7F) is known color: Olivine. HEX triplet: 9B, AF and 7F. RGB value is (155,175,127). Sum of RGB (Red+Green+Blue) = 155+175+127=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF7F is #645080. Grayscale: #A3A3A3. Windows color (decimal): -6574209 or 8368027. OLE color: 8368027.

HSL color Cylindrical-coordinate representation of color #9BAF7F: hue angle of 85º 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 #9BAF7F is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 127 -
CMYK 0.11 0 0.27 0.31
HSL 85º 0.23% 0.59% -
HSV(B) 85º 0.27% 0.69% -
XYZ 32.68 39.16 25.92 -
YUV 163.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 155 175 127 0.11 0 0.27 0.31 85 0.23 0.59
Hex 9B AF 7F B 0 1B 1F 55 17 3B
Octal 233 257 177 13 0 33 37 125 27 73
Binary 10011011 10101111 1111111 1011 0 11011 11111 1010101 10111 111011

Color Harmonies of #9BAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF7F

Black with #9BAF7F

Text Example


Text Example

White with #9BAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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