Html Css Color HEX #847B12 Olive

📋 copy color: '#847B12'

red 132 ◦ green 123 ◦ blue 18

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

Shades of Olive #847B12

Tints of Olive #847B12

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.05%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 48.35%
G = 45.05%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#847B12 (or 0x847B12) is known color: Olive. HEX triplet: 84, 7B and 12. RGB value is (132,123,18). Sum of RGB (Red+Green+Blue) = 132+123+18=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #847B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847B12 is #7B84ED. Grayscale: #727272. Windows color (decimal): -8094958 or 1211268. OLE color: 1211268.

HSL color Cylindrical-coordinate representation of color #847B12: hue angle of 55.26º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #847B12 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 123 18 -
CMYK 0 0.07 0.86 0.48
HSL 55.26º 0.76% 0.29% -
HSV(B) 55.26º 0.86% 0.52% -
XYZ 16.71 19.12 3.38 -
YUV 113.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 132 123 18 0 0.07 0.86 0.48 55.26 0.76 0.29
Hex 84 7B 12 0 7 56 30 37 4C 1D
Octal 204 173 22 0 7 126 60 67 114 35
Binary 10000100 1111011 10010 0 111 1010110 110000 110111 1001100 11101

Color Harmonies of #847B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847B12

Black with #847B12

Text Example


Text Example

White with #847B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847B12; }

 p { color: rgb(132,123,18); }

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

background-color css

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

 a { background-color: rgb(132,123,18); }

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

border-color css

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

 span { border-color: rgb(132,123,18); }

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