Html Css Color HEX #7B8510 Olive

📋 copy color: '#7B8510'

red 123 ◦ green 133 ◦ blue 16

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

Shades of Olive #7B8510

Tints of Olive #7B8510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.9%

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

R = 45.22%
G = 48.9%
B = 5.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#7B8510 (or 0x7B8510) is known color: Olive. HEX triplet: 7B, 85 and 10. RGB value is (123,133,16). Sum of RGB (Red+Green+Blue) = 123+133+16=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8510 is #847AEF. Grayscale: #757575. Windows color (decimal): -8682224 or 1082747. OLE color: 1082747.

HSL color Cylindrical-coordinate representation of color #7B8510: hue angle of 65.13º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B8510 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 133 16 -
CMYK 0.08 0 0.88 0.48
HSL 65.13º 0.79% 0.29% -
HSV(B) 65.13º 0.88% 0.52% -
XYZ 16.65 21.02 3.67 -
YUV 116.67 71.19 132.51 -
System Red Green Blue C M Y K H S L
Decimal 123 133 16 0.08 0 0.88 0.48 65.13 0.79 0.29
Hex 7B 85 10 8 0 58 30 41 4F 1D
Octal 173 205 20 10 0 130 60 101 117 35
Binary 1111011 10000101 10000 1000 0 1011000 110000 1000001 1001111 11101

Color Harmonies of #7B8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8510

Black with #7B8510

Text Example


Text Example

White with #7B8510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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