Html Css Color HEX #9BAC7D Olivine

📋 copy color: '#9BAC7D'

red 155 ◦ green 172 ◦ blue 125

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

Shades of Olivine #9BAC7D

Tints of Olivine #9BAC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

 BLUE value IS 125 (49.22% from 255) = 27.65%

R = 34.29%
G = 38.05%
B = 27.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#9BAC7D (or 0x9BAC7D) is known color: Olivine. HEX triplet: 9B, AC and 7D. RGB value is (155,172,125). Sum of RGB (Red+Green+Blue) = 155+172+125=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC7D is #645382. Grayscale: #A1A1A1. Windows color (decimal): -6574979 or 8236187. OLE color: 8236187.

HSL color Cylindrical-coordinate representation of color #9BAC7D: hue angle of 81.7º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BAC7D is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 125 -
CMYK 0.10 0 0.27 0.33
HSL 81.7º 0.22% 0.58% -
HSV(B) 81.7º 0.27% 0.67% -
XYZ 31.97 37.95 25.04 -
YUV 161.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 155 172 125 0.10 0 0.27 0.33 81.7 0.22 0.58
Hex 9B AC 7D A 0 1B 21 52 16 3A
Octal 233 254 175 12 0 33 41 122 26 72
Binary 10011011 10101100 1111101 1010 0 11011 100001 1010010 10110 111010

Color Harmonies of #9BAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC7D

Black with #9BAC7D

Text Example


Text Example

White with #9BAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,172,125); }

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

background-color css

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

 a { background-color: rgb(155,172,125); }

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

border-color css

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

 span { border-color: rgb(155,172,125); }

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