Html Css Color HEX #938001 Olive

📋 copy color: '#938001'

red 147 ◦ green 128 ◦ blue 1

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

Shades of Olive #938001

Tints of Olive #938001

RGB

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

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

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

R = 53.26%
G = 46.38%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#938001 (or 0x938001) is known color: Olive. HEX triplet: 93, 80 and 01. RGB value is (147,128,1). Sum of RGB (Red+Green+Blue) = 147+128+1=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #938001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938001 is #6C7FFE. Grayscale: #777777. Windows color (decimal): -7110655 or 98451. OLE color: 98451.

HSL color Cylindrical-coordinate representation of color #938001: hue angle of 52.19º 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 #938001 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 1 -
CMYK 0 0.13 0.99 0.42
HSL 52.19º 0.99% 0.29% -
HSV(B) 52.19º 0.99% 0.58% -
XYZ 19.76 21.64 3.17 -
YUV 119.2 61.29 147.83 -
System Red Green Blue C M Y K H S L
Decimal 147 128 1 0 0.13 0.99 0.42 52.19 0.99 0.29
Hex 93 80 1 0 D 63 2A 34 63 1D
Octal 223 200 1 0 15 143 52 64 143 35
Binary 10010011 10000000 1 0 1101 1100011 101010 110100 1100011 11101

Color Harmonies of #938001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938001

Black with #938001

Text Example


Text Example

White with #938001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938001; }

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

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

background-color css

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

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

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

border-color css

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

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

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