Html Css Color HEX #938D00 Olive

📋 copy color: '#938D00'

red 147 ◦ green 141 ◦ blue 0

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

Shades of Olive #938D00

Tints of Olive #938D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.04%
G = 48.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#938D00 (or 0x938D00) is known color: Olive. HEX triplet: 93, 8D and 00. RGB value is (147,141,0). Sum of RGB (Red+Green+Blue) = 147+141+0=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #938D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938D00 is #6C72FF. Grayscale: #7F7F7F. Windows color (decimal): -7107328 or 36243. OLE color: 36243.

HSL color Cylindrical-coordinate representation of color #938D00: hue angle of 57.55º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #938D00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 141 0 -
CMYK 0 0.04 1 0.42
HSL 57.55º 1% 0.29% -
HSV(B) 57.55º 1% 0.58% -
XYZ 21.56 25.25 3.74 -
YUV 126.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 147 141 0 0 0.04 1 0.42 57.55 1 0.29
Hex 93 8D 0 0 4 64 2A 3A 64 1D
Octal 223 215 0 0 4 144 52 72 144 35
Binary 10010011 10001101 0 0 100 1100100 101010 111010 1100100 11101

Color Harmonies of #938D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D00

Black with #938D00

Text Example


Text Example

White with #938D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938D00; }

 p { color: rgb(147,141,0); }

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

background-color css

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

 a { background-color: rgb(147,141,0); }

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

border-color css

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

 span { border-color: rgb(147,141,0); }

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