Html Css Color HEX #977F01 Olive

📋 copy color: '#977F01'

red 151 ◦ green 127 ◦ blue 1

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

Shades of Olive #977F01

Tints of Olive #977F01

RGB

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

 GREEN value IS 127 (50% from 255) = 45.52%

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

R = 54.12%
G = 45.52%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#977F01 (or 0x977F01) is known color: Olive. HEX triplet: 97, 7F and 01. RGB value is (151,127,1). Sum of RGB (Red+Green+Blue) = 151+127+1=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #977F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977F01 is #6880FE. Grayscale: #787878. Windows color (decimal): -6848767 or 98199. OLE color: 98199.

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

Color convert

RGB 151 127 1 -
CMYK 0 0.16 0.99 0.41
HSL 50.4º 0.99% 0.3% -
HSV(B) 50.4º 0.99% 0.59% -
XYZ 20.36 21.76 3.16 -
YUV 119.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 151 127 1 0 0.16 0.99 0.41 50.4 0.99 0.3
Hex 97 7F 1 0 10 63 29 32 63 1E
Octal 227 177 1 0 20 143 51 62 143 36
Binary 10010111 1111111 1 0 10000 1100011 101001 110010 1100011 11110

Color Harmonies of #977F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F01

Black with #977F01

Text Example


Text Example

White with #977F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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