Html Css Color HEX #938D01 Olive

📋 copy color: '#938D01'

red 147 ◦ green 141 ◦ blue 1

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

Shades of Olive #938D01

Tints of Olive #938D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 50.87%
G = 48.79%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#938D01 (or 0x938D01) is known color: Olive. HEX triplet: 93, 8D and 01. RGB value is (147,141,1). Sum of RGB (Red+Green+Blue) = 147+141+1=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #938D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938D01 is #6C72FE. Grayscale: #7F7F7F. Windows color (decimal): -7107327 or 101779. OLE color: 101779.

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

Color convert

RGB 147 141 1 -
CMYK 0 0.04 0.99 0.42
HSL 57.53º 0.99% 0.29% -
HSV(B) 57.53º 0.99% 0.58% -
XYZ 21.56 25.25 3.77 -
YUV 126.83 56.99 142.38 -
System Red Green Blue C M Y K H S L
Decimal 147 141 1 0 0.04 0.99 0.42 57.53 0.99 0.29
Hex 93 8D 1 0 4 63 2A 3A 63 1D
Octal 223 215 1 0 4 143 52 72 143 35
Binary 10010011 10001101 1 0 100 1100011 101010 111010 1100011 11101

Color Harmonies of #938D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D01

Black with #938D01

Text Example


Text Example

White with #938D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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