Html Css Color HEX #7C6703 Olive

📋 copy color: '#7C6703'

red 124 ◦ green 103 ◦ blue 3

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

Shades of Olive #7C6703

Tints of Olive #7C6703

RGB

 RED value IS 124 (48.83% from 255) = 53.91%

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

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 53.91%
G = 44.78%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7C6703 (or 0x7C6703) is known color: Olive. HEX triplet: 7C, 67 and 03. RGB value is (124,103,3). Sum of RGB (Red+Green+Blue) = 124+103+3=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6703 is #8398FC. Grayscale: #626262. Windows color (decimal): -8624381 or 223100. OLE color: 223100.

HSL color Cylindrical-coordinate representation of color #7C6703: hue angle of 49.59º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C6703 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 3 -
CMYK 0 0.17 0.98 0.51
HSL 49.59º 0.95% 0.25% -
HSV(B) 49.59º 0.98% 0.49% -
XYZ 13.18 13.99 2.09 -
YUV 97.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 124 103 3 0 0.17 0.98 0.51 49.59 0.95 0.25
Hex 7C 67 3 0 11 62 33 32 5F 19
Octal 174 147 3 0 21 142 63 62 137 31
Binary 1111100 1100111 11 0 10001 1100010 110011 110010 1011111 11001

Color Harmonies of #7C6703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6703

Black with #7C6703

Text Example


Text Example

White with #7C6703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,103,3); }

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

background-color css

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

 a { background-color: rgb(124,103,3); }

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

border-color css

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

 span { border-color: rgb(124,103,3); }

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