Html Css Color HEX #846901 Olive

📋 copy color: '#846901'

red 132 ◦ green 105 ◦ blue 1

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

Shades of Olive #846901

Tints of Olive #846901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

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

R = 55.46%
G = 44.12%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#846901 (or 0x846901) is known color: Olive. HEX triplet: 84, 69 and 01. RGB value is (132,105,1). Sum of RGB (Red+Green+Blue) = 132+105+1=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #846901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846901 is #7B96FE. Grayscale: #656565. Windows color (decimal): -8099583 or 92548. OLE color: 92548.

HSL color Cylindrical-coordinate representation of color #846901: hue angle of 47.63º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #846901 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 105 1 -
CMYK 0 0.20 0.99 0.48
HSL 47.63º 0.98% 0.26% -
HSV(B) 47.63º 0.99% 0.52% -
XYZ 14.57 15.01 2.16 -
YUV 101.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 132 105 1 0 0.20 0.99 0.48 47.63 0.98 0.26
Hex 84 69 1 0 14 63 30 30 62 1A
Octal 204 151 1 0 24 143 60 60 142 32
Binary 10000100 1101001 1 0 10100 1100011 110000 110000 1100010 11010

Color Harmonies of #846901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846901

Black with #846901

Text Example


Text Example

White with #846901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846901; }

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

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

background-color css

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

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

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

border-color css

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

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

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