Html Css Color HEX #998707 Olive

📋 copy color: '#998707'

red 153 ◦ green 135 ◦ blue 7

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

Shades of Olive #998707

Tints of Olive #998707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.37%

R = 51.86%
G = 45.76%
B = 2.37%

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

#998707 (or 0x998707) is known color: Olive. HEX triplet: 99, 87 and 07. RGB value is (153,135,7). Sum of RGB (Red+Green+Blue) = 153+135+7=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #998707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998707 is #6678F8. Grayscale: #7E7E7E. Windows color (decimal): -6715641 or 493465. OLE color: 493465.

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

Color convert

RGB 153 135 7 -
CMYK 0 0.12 0.95 0.4
HSL 52.6º 0.91% 0.31% -
HSV(B) 52.6º 0.95% 0.6% -
XYZ 21.84 24.12 3.7 -
YUV 125.79 60.96 147.41 -
System Red Green Blue C M Y K H S L
Decimal 153 135 7 0 0.12 0.95 0.4 52.6 0.91 0.31
Hex 99 87 7 0 C 5F 28 35 5B 1F
Octal 231 207 7 0 14 137 50 65 133 37
Binary 10011001 10000111 111 0 1100 1011111 101000 110101 1011011 11111

Color Harmonies of #998707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998707

Black with #998707

Text Example


Text Example

White with #998707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998707; }

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

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

background-color css

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

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

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

border-color css

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

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

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