Html Css Color HEX #847C02 Olive

📋 copy color: '#847C02'

red 132 ◦ green 124 ◦ blue 2

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

Shades of Olive #847C02

Tints of Olive #847C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.06%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 51.16%
G = 48.06%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#847C02 (or 0x847C02) is known color: Olive. HEX triplet: 84, 7C and 02. RGB value is (132,124,2). Sum of RGB (Red+Green+Blue) = 132+124+2=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #847C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847C02 is #7B83FD. Grayscale: #707070. Windows color (decimal): -8094718 or 162948. OLE color: 162948.

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

Color convert

RGB 132 124 2 -
CMYK 0 0.06 0.98 0.48
HSL 56.31º 0.97% 0.26% -
HSV(B) 56.31º 0.98% 0.52% -
XYZ 16.73 19.33 2.91 -
YUV 112.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 132 124 2 0 0.06 0.98 0.48 56.31 0.97 0.26
Hex 84 7C 2 0 6 62 30 38 61 1A
Octal 204 174 2 0 6 142 60 70 141 32
Binary 10000100 1111100 10 0 110 1100010 110000 111000 1100001 11010

Color Harmonies of #847C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C02

Black with #847C02

Text Example


Text Example

White with #847C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,124,2); }

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

background-color css

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

 a { background-color: rgb(132,124,2); }

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

border-color css

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

 span { border-color: rgb(132,124,2); }

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