Html Css Color HEX #7B7500 Olive

📋 copy color: '#7B7500'

red 123 ◦ green 117 ◦ blue 0

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

Shades of Olive #7B7500

Tints of Olive #7B7500

RGB

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

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

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

R = 51.25%
G = 48.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#7B7500 (or 0x7B7500) is known color: Olive. HEX triplet: 7B, 75 and 00. RGB value is (123,117,0). Sum of RGB (Red+Green+Blue) = 123+117+0=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7500 is #848AFF. Grayscale: #696969. Windows color (decimal): -8686336 or 30075. OLE color: 30075.

HSL color Cylindrical-coordinate representation of color #7B7500: hue angle of 57.07º 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 #7B7500 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 117 0 -
CMYK 0 0.05 1 0.52
HSL 57.07º 1% 0.24% -
HSV(B) 57.07º 1% 0.48% -
XYZ 14.53 16.93 2.5 -
YUV 105.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 123 117 0 0 0.05 1 0.52 57.07 1 0.24
Hex 7B 75 0 0 5 64 34 39 64 18
Octal 173 165 0 0 5 144 64 71 144 30
Binary 1111011 1110101 0 0 101 1100100 110100 111001 1100100 11000

Color Harmonies of #7B7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7500

Black with #7B7500

Text Example


Text Example

White with #7B7500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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