Html Css Color HEX #918509 Olive

📋 copy color: '#918509'

red 145 ◦ green 133 ◦ blue 9

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

Shades of Olive #918509

Tints of Olive #918509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.14%

R = 50.52%
G = 46.34%
B = 3.14%

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

#918509 (or 0x918509) is known color: Olive. HEX triplet: 91, 85 and 09. RGB value is (145,133,9). Sum of RGB (Red+Green+Blue) = 145+133+9=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #918509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918509 is #6E7AF6. Grayscale: #7A7A7A. Windows color (decimal): -7240439 or 624017. OLE color: 624017.

HSL color Cylindrical-coordinate representation of color #918509: hue angle of 54.71º degrees, saturation: 0.88, 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 #918509 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 133 9 -
CMYK 0 0.08 0.94 0.43
HSL 54.71º 0.88% 0.3% -
HSV(B) 54.71º 0.94% 0.57% -
XYZ 20.11 22.81 3.6 -
YUV 122.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 145 133 9 0 0.08 0.94 0.43 54.71 0.88 0.3
Hex 91 85 9 0 8 5E 2B 37 58 1E
Octal 221 205 11 0 10 136 53 67 130 36
Binary 10010001 10000101 1001 0 1000 1011110 101011 110111 1011000 11110

Color Harmonies of #918509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918509

Black with #918509

Text Example


Text Example

White with #918509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918509; }

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

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

background-color css

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

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

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

border-color css

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

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

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