Html Css Color HEX #938009 Olive

📋 copy color: '#938009'

red 147 ◦ green 128 ◦ blue 9

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

Shades of Olive #938009

Tints of Olive #938009

RGB

 RED value IS 147 (57.81% from 255) = 51.76%

 GREEN value IS 128 (50.39% from 255) = 45.07%

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

R = 51.76%
G = 45.07%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#938009 (or 0x938009) is known color: Olive. HEX triplet: 93, 80 and 09. RGB value is (147,128,9). Sum of RGB (Red+Green+Blue) = 147+128+9=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #938009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938009 is #6C7FF6. Grayscale: #787878. Windows color (decimal): -7110647 or 622739. OLE color: 622739.

HSL color Cylindrical-coordinate representation of color #938009: hue angle of 51.74º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #938009 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 9 -
CMYK 0 0.13 0.94 0.42
HSL 51.74º 0.88% 0.31% -
HSV(B) 51.74º 0.94% 0.58% -
XYZ 19.8 21.66 3.4 -
YUV 120.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 147 128 9 0 0.13 0.94 0.42 51.74 0.88 0.31
Hex 93 80 9 0 D 5E 2A 34 58 1F
Octal 223 200 11 0 15 136 52 64 130 37
Binary 10010011 10000000 1001 0 1101 1011110 101010 110100 1011000 11111

Color Harmonies of #938009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938009

Black with #938009

Text Example


Text Example

White with #938009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938009; }

 p { color: rgb(147,128,9); }

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

background-color css

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

 a { background-color: rgb(147,128,9); }

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

border-color css

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

 span { border-color: rgb(147,128,9); }

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