Html Css Color HEX #7B6500 Olive

📋 copy color: '#7B6500'

red 123 ◦ green 101 ◦ blue 0

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

Shades of Olive #7B6500

Tints of Olive #7B6500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.91%
G = 45.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#7B6500 (or 0x7B6500) is known color: Olive. HEX triplet: 7B, 65 and 00. RGB value is (123,101,0). Sum of RGB (Red+Green+Blue) = 123+101+0=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6500 is #849AFF. Grayscale: #606060. Windows color (decimal): -8690432 or 25979. OLE color: 25979.

HSL color Cylindrical-coordinate representation of color #7B6500: hue angle of 49.27º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B6500 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 101 0 -
CMYK 0 0.18 1 0.52
HSL 49.27º 1% 0.24% -
HSV(B) 49.27º 1% 0.48% -
XYZ 12.82 13.52 1.93 -
YUV 96.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 123 101 0 0 0.18 1 0.52 49.27 1 0.24
Hex 7B 65 0 0 12 64 34 31 64 18
Octal 173 145 0 0 22 144 64 61 144 30
Binary 1111011 1100101 0 0 10010 1100100 110100 110001 1100100 11000

Color Harmonies of #7B6500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6500

Black with #7B6500

Text Example


Text Example

White with #7B6500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,101,0); }

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

background-color css

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

 a { background-color: rgb(123,101,0); }

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

border-color css

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

 span { border-color: rgb(123,101,0); }

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