Html Css Color HEX #837502 Olive

📋 copy color: '#837502'

red 131 ◦ green 117 ◦ blue 2

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

Shades of Olive #837502

Tints of Olive #837502

RGB

 RED value IS 131 (51.56% from 255) = 52.4%

 GREEN value IS 117 (46.09% from 255) = 46.8%

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

R = 52.4%
G = 46.8%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#837502 (or 0x837502) is known color: Olive. HEX triplet: 83, 75 and 02. RGB value is (131,117,2). Sum of RGB (Red+Green+Blue) = 131+117+2=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #837502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837502 is #7C8AFD. Grayscale: #6C6C6C. Windows color (decimal): -8162046 or 161155. OLE color: 161155.

HSL color Cylindrical-coordinate representation of color #837502: hue angle of 53.49º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #837502 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 117 2 -
CMYK 0 0.11 0.98 0.49
HSL 53.49º 0.97% 0.26% -
HSV(B) 53.49º 0.98% 0.51% -
XYZ 15.73 17.55 2.62 -
YUV 108.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 131 117 2 0 0.11 0.98 0.49 53.49 0.97 0.26
Hex 83 75 2 0 B 62 31 35 61 1A
Octal 203 165 2 0 13 142 61 65 141 32
Binary 10000011 1110101 10 0 1011 1100010 110001 110101 1100001 11010

Color Harmonies of #837502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837502

Black with #837502

Text Example


Text Example

White with #837502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837502; }

 p { color: rgb(131,117,2); }

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

background-color css

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

 a { background-color: rgb(131,117,2); }

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

border-color css

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

 span { border-color: rgb(131,117,2); }

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