Html Css Color HEX #7B7510 Olive

📋 copy color: '#7B7510'

red 123 ◦ green 117 ◦ blue 16

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

Shades of Olive #7B7510

Tints of Olive #7B7510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

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

R = 48.05%
G = 45.7%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#7B7510 (or 0x7B7510) is known color: Olive. HEX triplet: 7B, 75 and 10. RGB value is (123,117,16). Sum of RGB (Red+Green+Blue) = 123+117+16=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7510 is #848AEF. Grayscale: #6B6B6B. Windows color (decimal): -8686320 or 1078651. OLE color: 1078651.

HSL color Cylindrical-coordinate representation of color #7B7510: hue angle of 56.64º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B7510 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 117 16 -
CMYK 0 0.05 0.87 0.52
HSL 56.64º 0.77% 0.27% -
HSV(B) 56.64º 0.87% 0.48% -
XYZ 14.62 16.97 3 -
YUV 107.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 123 117 16 0 0.05 0.87 0.52 56.64 0.77 0.27
Hex 7B 75 10 0 5 57 34 39 4D 1B
Octal 173 165 20 0 5 127 64 71 115 33
Binary 1111011 1110101 10000 0 101 1010111 110100 111001 1001101 11011

Color Harmonies of #7B7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7510

Black with #7B7510

Text Example


Text Example

White with #7B7510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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