Html Css Color HEX #978B0B Olive

📋 copy color: '#978B0B'

red 151 ◦ green 139 ◦ blue 11

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

Shades of Olive #978B0B

Tints of Olive #978B0B

RGB

 RED value IS 151 (59.38% from 255) = 50.17%

 GREEN value IS 139 (54.69% from 255) = 46.18%

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 50.17%
G = 46.18%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#978B0B (or 0x978B0B) is known color: Olive. HEX triplet: 97, 8B and 0B. RGB value is (151,139,11). Sum of RGB (Red+Green+Blue) = 151+139+11=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #978B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978B0B is #6874F4. Grayscale: #808080. Windows color (decimal): -6845685 or 756631. OLE color: 756631.

HSL color Cylindrical-coordinate representation of color #978B0B: hue angle of 54.86º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #978B0B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 139 11 -
CMYK 0 0.08 0.93 0.41
HSL 54.86º 0.86% 0.32% -
HSV(B) 54.86º 0.93% 0.59% -
XYZ 22.06 25.07 3.99 -
YUV 128 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 151 139 11 0 0.08 0.93 0.41 54.86 0.86 0.32
Hex 97 8B B 0 8 5D 29 37 56 20
Octal 227 213 13 0 10 135 51 67 126 40
Binary 10010111 10001011 1011 0 1000 1011101 101001 110111 1010110 100000

Color Harmonies of #978B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978B0B

Black with #978B0B

Text Example


Text Example

White with #978B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978B0B; }

 p { color: rgb(151,139,11); }

 H1.HeaderClassName
 {
   color: #978B0B;
 }
 .AnyTagClassName
 {
   color: #978B0B;
 }
</style>

background-color css

<style>
 a { background-color: #978B0B; }

 a { background-color: rgb(151,139,11); }

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

border-color css

<style>
 span { border-color: #978B0B; }

 span { border-color: rgb(151,139,11); }

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