Html Css Color HEX #7B7300 Olive

📋 copy color: '#7B7300'

red 123 ◦ green 115 ◦ blue 0

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

Shades of Olive #7B7300

Tints of Olive #7B7300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.32%

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

R = 51.68%
G = 48.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#7B7300 (or 0x7B7300) is known color: Olive. HEX triplet: 7B, 73 and 00. RGB value is (123,115,0). Sum of RGB (Red+Green+Blue) = 123+115+0=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7300 is #848CFF. Grayscale: #686868. Windows color (decimal): -8686848 or 29563. OLE color: 29563.

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

Color convert

RGB 123 115 0 -
CMYK 0 0.07 1 0.52
HSL 56.1º 1% 0.24% -
HSV(B) 56.1º 1% 0.48% -
XYZ 14.3 16.47 2.43 -
YUV 104.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 123 115 0 0 0.07 1 0.52 56.1 1 0.24
Hex 7B 73 0 0 7 64 34 38 64 18
Octal 173 163 0 0 7 144 64 70 144 30
Binary 1111011 1110011 0 0 111 1100100 110100 111000 1100100 11000

Color Harmonies of #7B7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7300

Black with #7B7300

Text Example


Text Example

White with #7B7300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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