Html Css Color HEX #837F02 Olive

📋 copy color: '#837F02'

red 131 ◦ green 127 ◦ blue 2

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

Shades of Olive #837F02

Tints of Olive #837F02

RGB

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

 GREEN value IS 127 (50% from 255) = 48.85%

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

R = 50.38%
G = 48.85%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#837F02 (or 0x837F02) is known color: Olive. HEX triplet: 83, 7F and 02. RGB value is (131,127,2). Sum of RGB (Red+Green+Blue) = 131+127+2=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #837F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837F02 is #7C80FD. Grayscale: #727272. Windows color (decimal): -8159486 or 163715. OLE color: 163715.

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

Color convert

RGB 131 127 2 -
CMYK 0 0.03 0.98 0.49
HSL 58.14º 0.97% 0.26% -
HSV(B) 58.14º 0.98% 0.51% -
XYZ 16.96 20.01 3.03 -
YUV 113.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 131 127 2 0 0.03 0.98 0.49 58.14 0.97 0.26
Hex 83 7F 2 0 3 62 31 3A 61 1A
Octal 203 177 2 0 3 142 61 72 141 32
Binary 10000011 1111111 10 0 11 1100010 110001 111010 1100001 11010

Color Harmonies of #837F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F02

Black with #837F02

Text Example


Text Example

White with #837F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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