Html Css Color HEX #7B860D Olive

📋 copy color: '#7B860D'

red 123 ◦ green 134 ◦ blue 13

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

Shades of Olive #7B860D

Tints of Olive #7B860D

RGB

 RED value IS 123 (48.44% from 255) = 45.56%

 GREEN value IS 134 (52.73% from 255) = 49.63%

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 45.56%
G = 49.63%
B = 4.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#7B860D (or 0x7B860D) is known color: Olive. HEX triplet: 7B, 86 and 0D. RGB value is (123,134,13). Sum of RGB (Red+Green+Blue) = 123+134+13=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #7B860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B860D is #8479F2. Grayscale: #757575. Windows color (decimal): -8681971 or 886395. OLE color: 886395.

HSL color Cylindrical-coordinate representation of color #7B860D: hue angle of 65.45º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B860D is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 134 13 -
CMYK 0.08 0 0.90 0.47
HSL 65.45º 0.82% 0.29% -
HSV(B) 65.45º 0.9% 0.53% -
XYZ 16.77 21.29 3.61 -
YUV 116.92 69.36 132.34 -
System Red Green Blue C M Y K H S L
Decimal 123 134 13 0.08 0 0.90 0.47 65.45 0.82 0.29
Hex 7B 86 D 8 0 5A 2F 41 52 1D
Octal 173 206 15 10 0 132 57 101 122 35
Binary 1111011 10000110 1101 1000 0 1011010 101111 1000001 1010010 11101

Color Harmonies of #7B860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B860D

Black with #7B860D

Text Example


Text Example

White with #7B860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B860D; }

 p { color: rgb(123,134,13); }

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

background-color css

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

 a { background-color: rgb(123,134,13); }

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

border-color css

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

 span { border-color: rgb(123,134,13); }

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