Html Css Color HEX #918508 Olive

📋 copy color: '#918508'

red 145 ◦ green 133 ◦ blue 8

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

Shades of Olive #918508

Tints of Olive #918508

RGB

 RED value IS 145 (57.03% from 255) = 50.7%

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 50.7%
G = 46.5%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#918508 (or 0x918508) is known color: Olive. HEX triplet: 91, 85 and 08. RGB value is (145,133,8). Sum of RGB (Red+Green+Blue) = 145+133+8=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #918508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918508 is #6E7AF7. Grayscale: #7A7A7A. Windows color (decimal): -7240440 or 558481. OLE color: 558481.

HSL color Cylindrical-coordinate representation of color #918508: hue angle of 54.74º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #918508 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 133 8 -
CMYK 0 0.08 0.94 0.43
HSL 54.74º 0.9% 0.3% -
HSV(B) 54.74º 0.94% 0.57% -
XYZ 20.11 22.81 3.57 -
YUV 122.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 145 133 8 0 0.08 0.94 0.43 54.74 0.9 0.3
Hex 91 85 8 0 8 5E 2B 37 5A 1E
Octal 221 205 10 0 10 136 53 67 132 36
Binary 10010001 10000101 1000 0 1000 1011110 101011 110111 1011010 11110

Color Harmonies of #918508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918508

Black with #918508

Text Example


Text Example

White with #918508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918508; }

 p { color: rgb(145,133,8); }

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

background-color css

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

 a { background-color: rgb(145,133,8); }

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

border-color css

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

 span { border-color: rgb(145,133,8); }

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