Html Css Color HEX #977A02 Olive

📋 copy color: '#977A02'

red 151 ◦ green 122 ◦ blue 2

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

Shades of Olive #977A02

Tints of Olive #977A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.36%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 54.91%
G = 44.36%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#977A02 (or 0x977A02) is known color: Olive. HEX triplet: 97, 7A and 02. RGB value is (151,122,2). Sum of RGB (Red+Green+Blue) = 151+122+2=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #977A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977A02 is #6885FD. Grayscale: #757575. Windows color (decimal): -6850046 or 162455. OLE color: 162455.

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

Color convert

RGB 151 122 2 -
CMYK 0 0.19 0.99 0.41
HSL 48.32º 0.97% 0.3% -
HSV(B) 48.32º 0.99% 0.59% -
XYZ 19.73 20.5 2.97 -
YUV 116.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 151 122 2 0 0.19 0.99 0.41 48.32 0.97 0.3
Hex 97 7A 2 0 13 63 29 30 61 1E
Octal 227 172 2 0 23 143 51 60 141 36
Binary 10010111 1111010 10 0 10011 1100011 101001 110000 1100001 11110

Color Harmonies of #977A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A02

Black with #977A02

Text Example


Text Example

White with #977A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,122,2); }

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

background-color css

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

 a { background-color: rgb(151,122,2); }

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

border-color css

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

 span { border-color: rgb(151,122,2); }

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