Html Css Color HEX #7B6701 Olive

📋 copy color: '#7B6701'

red 123 ◦ green 103 ◦ blue 1

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

Shades of Olive #7B6701

Tints of Olive #7B6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.37%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 54.19%
G = 45.37%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7B6701 (or 0x7B6701) is known color: Olive. HEX triplet: 7B, 67 and 01. RGB value is (123,103,1). Sum of RGB (Red+Green+Blue) = 123+103+1=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6701 is #8498FE. Grayscale: #616161. Windows color (decimal): -8689919 or 92027. OLE color: 92027.

HSL color Cylindrical-coordinate representation of color #7B6701: hue angle of 50.16º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B6701 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 103 1 -
CMYK 0 0.16 0.99 0.52
HSL 50.16º 0.98% 0.24% -
HSV(B) 50.16º 0.99% 0.48% -
XYZ 13.02 13.91 2.03 -
YUV 97.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 123 103 1 0 0.16 0.99 0.52 50.16 0.98 0.24
Hex 7B 67 1 0 10 63 34 32 62 18
Octal 173 147 1 0 20 143 64 62 142 30
Binary 1111011 1100111 1 0 10000 1100011 110100 110010 1100010 11000

Color Harmonies of #7B6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6701

Black with #7B6701

Text Example


Text Example

White with #7B6701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,103,1); }

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

background-color css

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

 a { background-color: rgb(123,103,1); }

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

border-color css

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

 span { border-color: rgb(123,103,1); }

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