Html Css Color HEX #7B8810 Olive

📋 copy color: '#7B8810'

red 123 ◦ green 136 ◦ blue 16

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

Shades of Olive #7B8810

Tints of Olive #7B8810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.45%

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 44.73%
G = 49.45%
B = 5.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#7B8810 (or 0x7B8810) is known color: Olive. HEX triplet: 7B, 88 and 10. RGB value is (123,136,16). Sum of RGB (Red+Green+Blue) = 123+136+16=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #7B8810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8810 is #8477EF. Grayscale: #767676. Windows color (decimal): -8681456 or 1083515. OLE color: 1083515.

HSL color Cylindrical-coordinate representation of color #7B8810: hue angle of 66.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B8810 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 136 16 -
CMYK 0.10 0 0.88 0.47
HSL 66.5º 0.79% 0.3% -
HSV(B) 66.5º 0.88% 0.53% -
XYZ 17.07 21.86 3.81 -
YUV 118.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 123 136 16 0.10 0 0.88 0.47 66.5 0.79 0.3
Hex 7B 88 10 A 0 58 2F 42 4F 1E
Octal 173 210 20 12 0 130 57 102 117 36
Binary 1111011 10001000 10000 1010 0 1011000 101111 1000010 1001111 11110

Color Harmonies of #7B8810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8810

Black with #7B8810

Text Example


Text Example

White with #7B8810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,136,16); }

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

background-color css

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

 a { background-color: rgb(123,136,16); }

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

border-color css

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

 span { border-color: rgb(123,136,16); }

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