Html Css Color HEX #837002 Olive

📋 copy color: '#837002'

red 131 ◦ green 112 ◦ blue 2

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

Shades of Olive #837002

Tints of Olive #837002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

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

R = 53.47%
G = 45.71%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#837002 (or 0x837002) is known color: Olive. HEX triplet: 83, 70 and 02. RGB value is (131,112,2). Sum of RGB (Red+Green+Blue) = 131+112+2=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #837002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837002 is #7C8FFD. Grayscale: #696969. Windows color (decimal): -8163326 or 159875. OLE color: 159875.

HSL color Cylindrical-coordinate representation of color #837002: hue angle of 51.16º 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 #837002 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 2 -
CMYK 0 0.15 0.98 0.49
HSL 51.16º 0.97% 0.26% -
HSV(B) 51.16º 0.98% 0.51% -
XYZ 15.17 16.42 2.43 -
YUV 105.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 131 112 2 0 0.15 0.98 0.49 51.16 0.97 0.26
Hex 83 70 2 0 F 62 31 33 61 1A
Octal 203 160 2 0 17 142 61 63 141 32
Binary 10000011 1110000 10 0 1111 1100010 110001 110011 1100001 11010

Color Harmonies of #837002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837002

Black with #837002

Text Example


Text Example

White with #837002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837002; }

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

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

background-color css

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

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

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

border-color css

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

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

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