Html Css Color HEX #978B00 Olive

📋 copy color: '#978B00'

red 151 ◦ green 139 ◦ blue 0

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

Shades of Olive #978B00

Tints of Olive #978B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.07%
G = 47.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#978B00 (or 0x978B00) is known color: Olive. HEX triplet: 97, 8B and 00. RGB value is (151,139,0). Sum of RGB (Red+Green+Blue) = 151+139+0=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #978B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978B00 is #6874FF. Grayscale: #7F7F7F. Windows color (decimal): -6845696 or 35735. OLE color: 35735.

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

Color convert

RGB 151 139 0 -
CMYK 0 0.08 1 0.41
HSL 55.23º 1% 0.3% -
HSV(B) 55.23º 1% 0.59% -
XYZ 22 25.04 3.67 -
YUV 126.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 151 139 0 0 0.08 1 0.41 55.23 1 0.3
Hex 97 8B 0 0 8 64 29 37 64 1E
Octal 227 213 0 0 10 144 51 67 144 36
Binary 10010111 10001011 0 0 1000 1100100 101001 110111 1100100 11110

Color Harmonies of #978B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978B00

Black with #978B00

Text Example


Text Example

White with #978B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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