Html Css Color HEX #7B700B Olive

📋 copy color: '#7B700B'

red 123 ◦ green 112 ◦ blue 11

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

Shades of Olive #7B700B

Tints of Olive #7B700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 50%
G = 45.53%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7B700B (or 0x7B700B) is known color: Olive. HEX triplet: 7B, 70 and 0B. RGB value is (123,112,11). Sum of RGB (Red+Green+Blue) = 123+112+11=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B700B is #848FF4. Grayscale: #686868. Windows color (decimal): -8687605 or 749691. OLE color: 749691.

HSL color Cylindrical-coordinate representation of color #7B700B: hue angle of 54.11º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B700B is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 112 11 -
CMYK 0 0.09 0.91 0.52
HSL 54.11º 0.84% 0.26% -
HSV(B) 54.11º 0.91% 0.48% -
XYZ 14.02 15.82 2.63 -
YUV 103.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 123 112 11 0 0.09 0.91 0.52 54.11 0.84 0.26
Hex 7B 70 B 0 9 5B 34 36 54 1A
Octal 173 160 13 0 11 133 64 66 124 32
Binary 1111011 1110000 1011 0 1001 1011011 110100 110110 1010100 11010

Color Harmonies of #7B700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B700B

Black with #7B700B

Text Example


Text Example

White with #7B700B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,11); }

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

background-color css

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

 a { background-color: rgb(123,112,11); }

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

border-color css

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

 span { border-color: rgb(123,112,11); }

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