Html Css Color HEX #938A00 Olive

📋 copy color: '#938A00'

red 147 ◦ green 138 ◦ blue 0

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

Shades of Olive #938A00

Tints of Olive #938A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.42%

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

R = 51.58%
G = 48.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#938A00 (or 0x938A00) is known color: Olive. HEX triplet: 93, 8A and 00. RGB value is (147,138,0). Sum of RGB (Red+Green+Blue) = 147+138+0=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #938A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938A00 is #6C75FF. Grayscale: #7D7D7D. Windows color (decimal): -7108096 or 35475. OLE color: 35475.

HSL color Cylindrical-coordinate representation of color #938A00: hue angle of 56.33º 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 #938A00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 138 0 -
CMYK 0 0.06 1 0.42
HSL 56.33º 1% 0.29% -
HSV(B) 56.33º 1% 0.58% -
XYZ 21.12 24.38 3.59 -
YUV 124.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 147 138 0 0 0.06 1 0.42 56.33 1 0.29
Hex 93 8A 0 0 6 64 2A 38 64 1D
Octal 223 212 0 0 6 144 52 70 144 35
Binary 10010011 10001010 0 0 110 1100100 101010 111000 1100100 11101

Color Harmonies of #938A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A00

Black with #938A00

Text Example


Text Example

White with #938A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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