Html Css Color HEX #977B00 Olive

📋 copy color: '#977B00'

red 151 ◦ green 123 ◦ blue 0

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

Shades of Olive #977B00

Tints of Olive #977B00

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.89%

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

R = 55.11%
G = 44.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#977B00 (or 0x977B00) is known color: Olive. HEX triplet: 97, 7B and 00. RGB value is (151,123,0). Sum of RGB (Red+Green+Blue) = 151+123+0=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #977B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977B00 is #6884FF. Grayscale: #757575. Windows color (decimal): -6849792 or 31639. OLE color: 31639.

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

Color convert

RGB 151 123 0 -
CMYK 0 0.19 1 0.41
HSL 48.87º 1% 0.3% -
HSV(B) 48.87º 1% 0.59% -
XYZ 19.85 20.75 2.96 -
YUV 117.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 151 123 0 0 0.19 1 0.41 48.87 1 0.3
Hex 97 7B 0 0 13 64 29 31 64 1E
Octal 227 173 0 0 23 144 51 61 144 36
Binary 10010111 1111011 0 0 10011 1100100 101001 110001 1100100 11110

Color Harmonies of #977B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B00

Black with #977B00

Text Example


Text Example

White with #977B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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