Html Css Color HEX #978D0A Olive

📋 copy color: '#978D0A'

red 151 ◦ green 141 ◦ blue 10

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

Shades of Olive #978D0A

Tints of Olive #978D0A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.69%

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 50%
G = 46.69%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#978D0A (or 0x978D0A) is known color: Olive. HEX triplet: 97, 8D and 0A. RGB value is (151,141,10). Sum of RGB (Red+Green+Blue) = 151+141+10=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #978D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978D0A is #6872F5. Grayscale: #818181. Windows color (decimal): -6845174 or 691607. OLE color: 691607.

HSL color Cylindrical-coordinate representation of color #978D0A: hue angle of 55.74º degrees, saturation: 0.88, 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 #978D0A is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 141 10 -
CMYK 0 0.07 0.93 0.41
HSL 55.74º 0.88% 0.32% -
HSV(B) 55.74º 0.93% 0.59% -
XYZ 22.34 25.65 4.06 -
YUV 129.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 151 141 10 0 0.07 0.93 0.41 55.74 0.88 0.32
Hex 97 8D A 0 7 5D 29 38 58 20
Octal 227 215 12 0 7 135 51 70 130 40
Binary 10010111 10001101 1010 0 111 1011101 101001 111000 1011000 100000

Color Harmonies of #978D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978D0A

Black with #978D0A

Text Example


Text Example

White with #978D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,141,10); }

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

background-color css

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

 a { background-color: rgb(151,141,10); }

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

border-color css

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

 span { border-color: rgb(151,141,10); }

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