Html Css Color HEX #7B6704 Olive

📋 copy color: '#7B6704'

red 123 ◦ green 103 ◦ blue 4

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

Shades of Olive #7B6704

Tints of Olive #7B6704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 53.48%
G = 44.78%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#7B6704 (or 0x7B6704) is known color: Olive. HEX triplet: 7B, 67 and 04. RGB value is (123,103,4). Sum of RGB (Red+Green+Blue) = 123+103+4=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6704 is #8498FB. Grayscale: #626262. Windows color (decimal): -8689916 or 288635. OLE color: 288635.

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

Color convert

RGB 123 103 4 -
CMYK 0 0.16 0.97 0.52
HSL 49.92º 0.94% 0.25% -
HSV(B) 49.92º 0.97% 0.48% -
XYZ 13.04 13.92 2.11 -
YUV 97.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 123 103 4 0 0.16 0.97 0.52 49.92 0.94 0.25
Hex 7B 67 4 0 10 61 34 32 5E 19
Octal 173 147 4 0 20 141 64 62 136 31
Binary 1111011 1100111 100 0 10000 1100001 110100 110010 1011110 11001

Color Harmonies of #7B6704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6704

Black with #7B6704

Text Example


Text Example

White with #7B6704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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