Html Css Color HEX #977E04 Olive

📋 copy color: '#977E04'

red 151 ◦ green 126 ◦ blue 4

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

Shades of Olive #977E04

Tints of Olive #977E04

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.84%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 53.74%
G = 44.84%
B = 1.42%

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

#977E04 (or 0x977E04) is known color: Olive. HEX triplet: 97, 7E and 04. RGB value is (151,126,4). Sum of RGB (Red+Green+Blue) = 151+126+4=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #977E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977E04 is #6881FB. Grayscale: #787878. Windows color (decimal): -6849020 or 294551. OLE color: 294551.

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

Color convert

RGB 151 126 4 -
CMYK 0 0.17 0.97 0.41
HSL 49.8º 0.95% 0.3% -
HSV(B) 49.8º 0.97% 0.59% -
XYZ 20.25 21.51 3.2 -
YUV 119.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 151 126 4 0 0.17 0.97 0.41 49.8 0.95 0.3
Hex 97 7E 4 0 11 61 29 32 5F 1E
Octal 227 176 4 0 21 141 51 62 137 36
Binary 10010111 1111110 100 0 10001 1100001 101001 110010 1011111 11110

Color Harmonies of #977E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E04

Black with #977E04

Text Example


Text Example

White with #977E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,126,4); }

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

background-color css

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

 a { background-color: rgb(151,126,4); }

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

border-color css

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

 span { border-color: rgb(151,126,4); }

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