Html Css Color HEX #977C01 Olive

📋 copy color: '#977C01'

red 151 ◦ green 124 ◦ blue 1

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

Shades of Olive #977C01

Tints of Olive #977C01

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.93%

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

R = 54.71%
G = 44.93%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#977C01 (or 0x977C01) is known color: Olive. HEX triplet: 97, 7C and 01. RGB value is (151,124,1). Sum of RGB (Red+Green+Blue) = 151+124+1=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #977C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977C01 is #6883FE. Grayscale: #767676. Windows color (decimal): -6849535 or 97431. OLE color: 97431.

HSL color Cylindrical-coordinate representation of color #977C01: hue angle of 49.2º 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 #977C01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 124 1 -
CMYK 0 0.18 0.99 0.41
HSL 49.2º 0.99% 0.3% -
HSV(B) 49.2º 0.99% 0.59% -
XYZ 19.98 21 3.03 -
YUV 118.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 151 124 1 0 0.18 0.99 0.41 49.2 0.99 0.3
Hex 97 7C 1 0 12 63 29 31 63 1E
Octal 227 174 1 0 22 143 51 61 143 36
Binary 10010111 1111100 1 0 10010 1100011 101001 110001 1100011 11110

Color Harmonies of #977C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C01

Black with #977C01

Text Example


Text Example

White with #977C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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