Html Css Color HEX #998701 Olive

📋 copy color: '#998701'

red 153 ◦ green 135 ◦ blue 1

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

Shades of Olive #998701

Tints of Olive #998701

RGB

 RED value IS 153 (60.16% from 255) = 52.94%

 GREEN value IS 135 (53.13% from 255) = 46.71%

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

R = 52.94%
G = 46.71%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#998701 (or 0x998701) is known color: Olive. HEX triplet: 99, 87 and 01. RGB value is (153,135,1). Sum of RGB (Red+Green+Blue) = 153+135+1=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #998701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998701 is #6678FE. Grayscale: #7D7D7D. Windows color (decimal): -6715647 or 100249. OLE color: 100249.

HSL color Cylindrical-coordinate representation of color #998701: hue angle of 52.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #998701 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 1 -
CMYK 0 0.12 0.99 0.4
HSL 52.89º 0.99% 0.3% -
HSV(B) 52.89º 0.99% 0.6% -
XYZ 21.81 24.1 3.53 -
YUV 125.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 153 135 1 0 0.12 0.99 0.4 52.89 0.99 0.3
Hex 99 87 1 0 C 63 28 35 63 1E
Octal 231 207 1 0 14 143 50 65 143 36
Binary 10011001 10000111 1 0 1100 1100011 101000 110101 1100011 11110

Color Harmonies of #998701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998701

Black with #998701

Text Example


Text Example

White with #998701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998701; }

 p { color: rgb(153,135,1); }

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

background-color css

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

 a { background-color: rgb(153,135,1); }

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

border-color css

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

 span { border-color: rgb(153,135,1); }

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