Html Css Color HEX #848A0C Olive

📋 copy color: '#848A0C'

red 132 ◦ green 138 ◦ blue 12

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

Shades of Olive #848A0C

Tints of Olive #848A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 46.81%
G = 48.94%
B = 4.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#848A0C (or 0x848A0C) is known color: Olive. HEX triplet: 84, 8A and 0C. RGB value is (132,138,12). Sum of RGB (Red+Green+Blue) = 132+138+12=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #848A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848A0C is #7B75F3. Grayscale: #7A7A7A. Windows color (decimal): -8091124 or 821892. OLE color: 821892.

HSL color Cylindrical-coordinate representation of color #848A0C: hue angle of 62.86º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #848A0C is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 138 12 -
CMYK 0.04 0 0.91 0.46
HSL 62.86º 0.84% 0.29% -
HSV(B) 62.86º 0.91% 0.54% -
XYZ 18.67 23.11 3.82 -
YUV 121.84 66.01 135.25 -
System Red Green Blue C M Y K H S L
Decimal 132 138 12 0.04 0 0.91 0.46 62.86 0.84 0.29
Hex 84 8A C 4 0 5B 2E 3F 54 1D
Octal 204 212 14 4 0 133 56 77 124 35
Binary 10000100 10001010 1100 100 0 1011011 101110 111111 1010100 11101

Color Harmonies of #848A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848A0C

Black with #848A0C

Text Example


Text Example

White with #848A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,138,12); }

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

background-color css

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

 a { background-color: rgb(132,138,12); }

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

border-color css

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

 span { border-color: rgb(132,138,12); }

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