Html Css Color HEX #978501 Olive

📋 copy color: '#978501'

red 151 ◦ green 133 ◦ blue 1

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

Shades of Olive #978501

Tints of Olive #978501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.67%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 52.98%
G = 46.67%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#978501 (or 0x978501) is known color: Olive. HEX triplet: 97, 85 and 01. RGB value is (151,133,1). Sum of RGB (Red+Green+Blue) = 151+133+1=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #978501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978501 is #687AFE. Grayscale: #7B7B7B. Windows color (decimal): -6847231 or 99735. OLE color: 99735.

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

Color convert

RGB 151 133 1 -
CMYK 0 0.12 0.99 0.41
HSL 52.8º 0.99% 0.3% -
HSV(B) 52.8º 0.99% 0.59% -
XYZ 21.16 23.36 3.42 -
YUV 123.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 151 133 1 0 0.12 0.99 0.41 52.8 0.99 0.3
Hex 97 85 1 0 C 63 29 35 63 1E
Octal 227 205 1 0 14 143 51 65 143 36
Binary 10010111 10000101 1 0 1100 1100011 101001 110101 1100011 11110

Color Harmonies of #978501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978501

Black with #978501

Text Example


Text Example

White with #978501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978501; }

 p { color: rgb(151,133,1); }

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

background-color css

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

 a { background-color: rgb(151,133,1); }

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

border-color css

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

 span { border-color: rgb(151,133,1); }

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