Html Css Color HEX #7B710F Olive

📋 copy color: '#7B710F'

red 123 ◦ green 113 ◦ blue 15

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

Shades of Olive #7B710F

Tints of Olive #7B710F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.02%

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 49%
G = 45.02%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#7B710F (or 0x7B710F) is known color: Olive. HEX triplet: 7B, 71 and 0F. RGB value is (123,113,15). Sum of RGB (Red+Green+Blue) = 123+113+15=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B710F is #848EF0. Grayscale: #696969. Windows color (decimal): -8687345 or 1012091. OLE color: 1012091.

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

Color convert

RGB 123 113 15 -
CMYK 0 0.08 0.88 0.52
HSL 54.44º 0.78% 0.27% -
HSV(B) 54.44º 0.88% 0.48% -
XYZ 14.16 16.06 2.8 -
YUV 104.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 123 113 15 0 0.08 0.88 0.52 54.44 0.78 0.27
Hex 7B 71 F 0 8 58 34 36 4E 1B
Octal 173 161 17 0 10 130 64 66 116 33
Binary 1111011 1110001 1111 0 1000 1011000 110100 110110 1001110 11011

Color Harmonies of #7B710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B710F

Black with #7B710F

Text Example


Text Example

White with #7B710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,113,15); }

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

background-color css

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

 a { background-color: rgb(123,113,15); }

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

border-color css

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

 span { border-color: rgb(123,113,15); }

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