Html Css Color HEX #7B6C07 Olive

📋 copy color: '#7B6C07'

red 123 ◦ green 108 ◦ blue 7

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

Shades of Olive #7B6C07

Tints of Olive #7B6C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.38%

 BLUE value IS 7 (3.13% from 255) = 2.94%

R = 51.68%
G = 45.38%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#7B6C07 (or 0x7B6C07) is known color: Olive. HEX triplet: 7B, 6C and 07. RGB value is (123,108,7). Sum of RGB (Red+Green+Blue) = 123+108+7=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6C07 is #8493F8. Grayscale: #656565. Windows color (decimal): -8688633 or 486523. OLE color: 486523.

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

Color convert

RGB 123 108 7 -
CMYK 0 0.12 0.94 0.52
HSL 52.24º 0.89% 0.25% -
HSV(B) 52.24º 0.94% 0.48% -
XYZ 13.57 14.95 2.37 -
YUV 100.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 123 108 7 0 0.12 0.94 0.52 52.24 0.89 0.25
Hex 7B 6C 7 0 C 5E 34 34 59 19
Octal 173 154 7 0 14 136 64 64 131 31
Binary 1111011 1101100 111 0 1100 1011110 110100 110100 1011001 11001

Color Harmonies of #7B6C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6C07

Black with #7B6C07

Text Example


Text Example

White with #7B6C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,108,7); }

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

background-color css

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

 a { background-color: rgb(123,108,7); }

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

border-color css

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

 span { border-color: rgb(123,108,7); }

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