Html Css Color HEX #836702 Olive

📋 copy color: '#836702'

red 131 ◦ green 103 ◦ blue 2

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

Shades of Olive #836702

Tints of Olive #836702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.64%

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

R = 55.51%
G = 43.64%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#836702 (or 0x836702) is known color: Olive. HEX triplet: 83, 67 and 02. RGB value is (131,103,2). Sum of RGB (Red+Green+Blue) = 131+103+2=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #836702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836702 is #7C98FD. Grayscale: #646464. Windows color (decimal): -8165630 or 157571. OLE color: 157571.

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

Color convert

RGB 131 103 2 -
CMYK 0 0.21 0.98 0.49
HSL 46.98º 0.97% 0.26% -
HSV(B) 46.98º 0.98% 0.51% -
XYZ 14.22 14.53 2.11 -
YUV 99.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 131 103 2 0 0.21 0.98 0.49 46.98 0.97 0.26
Hex 83 67 2 0 15 62 31 2F 61 1A
Octal 203 147 2 0 25 142 61 57 141 32
Binary 10000011 1100111 10 0 10101 1100010 110001 101111 1100001 11010

Color Harmonies of #836702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836702

Black with #836702

Text Example


Text Example

White with #836702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836702; }

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

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

background-color css

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

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

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

border-color css

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

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

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