Html Css Color HEX #998708 Olive

📋 copy color: '#998708'

red 153 ◦ green 135 ◦ blue 8

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

Shades of Olive #998708

Tints of Olive #998708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.7%

R = 51.69%
G = 45.61%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#998708 (or 0x998708) is known color: Olive. HEX triplet: 99, 87 and 08. RGB value is (153,135,8). Sum of RGB (Red+Green+Blue) = 153+135+8=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #998708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998708 is #6678F7. Grayscale: #7E7E7E. Windows color (decimal): -6715640 or 559001. OLE color: 559001.

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

Color convert

RGB 153 135 8 -
CMYK 0 0.12 0.95 0.4
HSL 52.55º 0.9% 0.32% -
HSV(B) 52.55º 0.95% 0.6% -
XYZ 21.84 24.12 3.73 -
YUV 125.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 153 135 8 0 0.12 0.95 0.4 52.55 0.9 0.32
Hex 99 87 8 0 C 5F 28 35 5A 20
Octal 231 207 10 0 14 137 50 65 132 40
Binary 10011001 10000111 1000 0 1100 1011111 101000 110101 1011010 100000

Color Harmonies of #998708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998708

Black with #998708

Text Example


Text Example

White with #998708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998708; }

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

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

background-color css

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

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

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

border-color css

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

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

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