Html Css Color HEX #998D07 Olive

📋 copy color: '#998D07'

red 153 ◦ green 141 ◦ blue 7

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

Shades of Olive #998D07

Tints of Olive #998D07

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.84%

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

R = 50.83%
G = 46.84%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#998D07 (or 0x998D07) is known color: Olive. HEX triplet: 99, 8D and 07. RGB value is (153,141,7). Sum of RGB (Red+Green+Blue) = 153+141+7=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #998D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998D07 is #6672F8. Grayscale: #818181. Windows color (decimal): -6714105 or 495001. OLE color: 495001.

HSL color Cylindrical-coordinate representation of color #998D07: hue angle of 55.07º 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 #998D07 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 141 7 -
CMYK 0 0.08 0.95 0.4
HSL 55.07º 0.91% 0.31% -
HSV(B) 55.07º 0.95% 0.6% -
XYZ 22.7 25.84 3.99 -
YUV 129.31 58.98 144.9 -
System Red Green Blue C M Y K H S L
Decimal 153 141 7 0 0.08 0.95 0.4 55.07 0.91 0.31
Hex 99 8D 7 0 8 5F 28 37 5B 1F
Octal 231 215 7 0 10 137 50 67 133 37
Binary 10011001 10001101 111 0 1000 1011111 101000 110111 1011011 11111

Color Harmonies of #998D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D07

Black with #998D07

Text Example


Text Example

White with #998D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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