Html Css Color HEX #848D01 Olive

📋 copy color: '#848D01'

red 132 ◦ green 141 ◦ blue 1

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

Shades of Olive #848D01

Tints of Olive #848D01

RGB

 RED value IS 132 (51.95% from 255) = 48.18%

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

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

R = 48.18%
G = 51.46%
B = 0.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#848D01 (or 0x848D01) is known color: Olive. HEX triplet: 84, 8D and 01. RGB value is (132,141,1). Sum of RGB (Red+Green+Blue) = 132+141+1=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #848D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D01 is #7B72FE. Grayscale: #7A7A7A. Windows color (decimal): -8090367 or 101764. OLE color: 101764.

HSL color Cylindrical-coordinate representation of color #848D01: hue angle of 63.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #848D01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 141 1 -
CMYK 0.06 0 0.99 0.45
HSL 63.86º 0.99% 0.28% -
HSV(B) 63.86º 0.99% 0.55% -
XYZ 19.05 23.96 3.65 -
YUV 122.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 132 141 1 0.06 0 0.99 0.45 63.86 0.99 0.28
Hex 84 8D 1 6 0 63 2D 40 63 1C
Octal 204 215 1 6 0 143 55 100 143 34
Binary 10000100 10001101 1 110 0 1100011 101101 1000000 1100011 11100

Color Harmonies of #848D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848D01

Black with #848D01

Text Example


Text Example

White with #848D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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