Html Css Color HEX #977D05 Olive

📋 copy color: '#977D05'

red 151 ◦ green 125 ◦ blue 5

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

Shades of Olive #977D05

Tints of Olive #977D05

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.48%

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 53.74%
G = 44.48%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#977D05 (or 0x977D05) is known color: Olive. HEX triplet: 97, 7D and 05. RGB value is (151,125,5). Sum of RGB (Red+Green+Blue) = 151+125+5=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #977D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977D05 is #6882FA. Grayscale: #777777. Windows color (decimal): -6849275 or 359831. OLE color: 359831.

HSL color Cylindrical-coordinate representation of color #977D05: hue angle of 49.32º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #977D05 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 125 5 -
CMYK 0 0.17 0.97 0.41
HSL 49.32º 0.94% 0.31% -
HSV(B) 49.32º 0.97% 0.59% -
XYZ 20.12 21.26 3.19 -
YUV 119.09 63.61 150.76 -
System Red Green Blue C M Y K H S L
Decimal 151 125 5 0 0.17 0.97 0.41 49.32 0.94 0.31
Hex 97 7D 5 0 11 61 29 31 5E 1F
Octal 227 175 5 0 21 141 51 61 136 37
Binary 10010111 1111101 101 0 10001 1100001 101001 110001 1011110 11111

Color Harmonies of #977D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D05

Black with #977D05

Text Example


Text Example

White with #977D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,125,5); }

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

background-color css

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

 a { background-color: rgb(151,125,5); }

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

border-color css

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

 span { border-color: rgb(151,125,5); }

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