Html Css Color HEX #7B8710 Olive

📋 copy color: '#7B8710'

red 123 ◦ green 135 ◦ blue 16

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

Shades of Olive #7B8710

Tints of Olive #7B8710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.27%

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

R = 44.89%
G = 49.27%
B = 5.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#7B8710 (or 0x7B8710) is known color: Olive. HEX triplet: 7B, 87 and 10. RGB value is (123,135,16). Sum of RGB (Red+Green+Blue) = 123+135+16=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8710 is #8478EF. Grayscale: #767676. Windows color (decimal): -8681712 or 1083259. OLE color: 1083259.

HSL color Cylindrical-coordinate representation of color #7B8710: hue angle of 66.05º 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 #7B8710 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 135 16 -
CMYK 0.09 0 0.88 0.47
HSL 66.05º 0.79% 0.3% -
HSV(B) 66.05º 0.88% 0.53% -
XYZ 16.93 21.58 3.76 -
YUV 117.85 70.52 131.68 -
System Red Green Blue C M Y K H S L
Decimal 123 135 16 0.09 0 0.88 0.47 66.05 0.79 0.3
Hex 7B 87 10 9 0 58 2F 42 4F 1E
Octal 173 207 20 11 0 130 57 102 117 36
Binary 1111011 10000111 10000 1001 0 1011000 101111 1000010 1001111 11110

Color Harmonies of #7B8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8710

Black with #7B8710

Text Example


Text Example

White with #7B8710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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