Html Css Color HEX #998705 Olive

📋 copy color: '#998705'

red 153 ◦ green 135 ◦ blue 5

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

Shades of Olive #998705

Tints of Olive #998705

RGB

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

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

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

R = 52.22%
G = 46.08%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#998705 (or 0x998705) is known color: Olive. HEX triplet: 99, 87 and 05. RGB value is (153,135,5). Sum of RGB (Red+Green+Blue) = 153+135+5=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #998705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998705 is #6678FA. Grayscale: #7E7E7E. Windows color (decimal): -6715643 or 362393. OLE color: 362393.

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

Color convert

RGB 153 135 5 -
CMYK 0 0.12 0.97 0.4
HSL 52.7º 0.94% 0.31% -
HSV(B) 52.7º 0.97% 0.6% -
XYZ 21.83 24.11 3.65 -
YUV 125.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 153 135 5 0 0.12 0.97 0.4 52.7 0.94 0.31
Hex 99 87 5 0 C 61 28 35 5E 1F
Octal 231 207 5 0 14 141 50 65 136 37
Binary 10011001 10000111 101 0 1100 1100001 101000 110101 1011110 11111

Color Harmonies of #998705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998705

Black with #998705

Text Example


Text Example

White with #998705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998705; }

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

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

background-color css

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

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

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

border-color css

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

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

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