Html Css Color HEX #977802 Olive

📋 copy color: '#977802'

red 151 ◦ green 120 ◦ blue 2

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

Shades of Olive #977802

Tints of Olive #977802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.96%

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

R = 55.31%
G = 43.96%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#977802 (or 0x977802) is known color: Olive. HEX triplet: 97, 78 and 02. RGB value is (151,120,2). Sum of RGB (Red+Green+Blue) = 151+120+2=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #977802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977802 is #6887FD. Grayscale: #747474. Windows color (decimal): -6850558 or 161943. OLE color: 161943.

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

Color convert

RGB 151 120 2 -
CMYK 0 0.21 0.99 0.41
HSL 47.52º 0.97% 0.3% -
HSV(B) 47.52º 0.99% 0.59% -
XYZ 19.49 20.02 2.89 -
YUV 115.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 151 120 2 0 0.21 0.99 0.41 47.52 0.97 0.3
Hex 97 78 2 0 15 63 29 30 61 1E
Octal 227 170 2 0 25 143 51 60 141 36
Binary 10010111 1111000 10 0 10101 1100011 101001 110000 1100001 11110

Color Harmonies of #977802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977802

Black with #977802

Text Example


Text Example

White with #977802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977802; }

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

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

background-color css

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

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

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

border-color css

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

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

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