Html Css Color HEX #978A0A Olive

📋 copy color: '#978A0A'

red 151 ◦ green 138 ◦ blue 10

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

Shades of Olive #978A0A

Tints of Olive #978A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.15%

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

R = 50.5%
G = 46.15%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#978A0A (or 0x978A0A) is known color: Olive. HEX triplet: 97, 8A and 0A. RGB value is (151,138,10). Sum of RGB (Red+Green+Blue) = 151+138+10=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #978A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978A0A is #6875F5. Grayscale: #7F7F7F. Windows color (decimal): -6845942 or 690839. OLE color: 690839.

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

Color convert

RGB 151 138 10 -
CMYK 0 0.09 0.93 0.41
HSL 54.47º 0.88% 0.32% -
HSV(B) 54.47º 0.93% 0.59% -
XYZ 21.91 24.78 3.92 -
YUV 127.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 151 138 10 0 0.09 0.93 0.41 54.47 0.88 0.32
Hex 97 8A A 0 9 5D 29 36 58 20
Octal 227 212 12 0 11 135 51 66 130 40
Binary 10010111 10001010 1010 0 1001 1011101 101001 110110 1011000 100000

Color Harmonies of #978A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A0A

Black with #978A0A

Text Example


Text Example

White with #978A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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