Html Css Color HEX #7B6F06 Olive

📋 copy color: '#7B6F06'

red 123 ◦ green 111 ◦ blue 6

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

Shades of Olive #7B6F06

Tints of Olive #7B6F06

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.25%

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 51.25%
G = 46.25%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.52

RGB Variations

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

Color information

#7B6F06 (or 0x7B6F06) is known color: Olive. HEX triplet: 7B, 6F and 06. RGB value is (123,111,6). Sum of RGB (Red+Green+Blue) = 123+111+6=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6F06 is #8490F9. Grayscale: #676767. Windows color (decimal): -8687866 or 421755. OLE color: 421755.

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

Color convert

RGB 123 111 6 -
CMYK 0 0.10 0.95 0.52
HSL 53.85º 0.91% 0.25% -
HSV(B) 53.85º 0.95% 0.48% -
XYZ 13.89 15.59 2.45 -
YUV 102.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 123 111 6 0 0.10 0.95 0.52 53.85 0.91 0.25
Hex 7B 6F 6 0 A 5F 34 36 5B 19
Octal 173 157 6 0 12 137 64 66 133 31
Binary 1111011 1101111 110 0 1010 1011111 110100 110110 1011011 11001

Color Harmonies of #7B6F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6F06

Black with #7B6F06

Text Example


Text Example

White with #7B6F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,111,6); }

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

background-color css

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

 a { background-color: rgb(123,111,6); }

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

border-color css

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

 span { border-color: rgb(123,111,6); }

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