Html Css Color HEX #7C6C03 Olive

📋 copy color: '#7C6C03'

red 124 ◦ green 108 ◦ blue 3

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

Shades of Olive #7C6C03

Tints of Olive #7C6C03

RGB

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

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

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

R = 52.77%
G = 45.96%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7C6C03 (or 0x7C6C03) is known color: Olive. HEX triplet: 7C, 6C and 03. RGB value is (124,108,3). Sum of RGB (Red+Green+Blue) = 124+108+3=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6C03 is #8393FC. Grayscale: #656565. Windows color (decimal): -8623101 or 224380. OLE color: 224380.

HSL color Cylindrical-coordinate representation of color #7C6C03: hue angle of 52.07º 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 #7C6C03 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 108 3 -
CMYK 0 0.13 0.98 0.51
HSL 52.07º 0.95% 0.25% -
HSV(B) 52.07º 0.98% 0.49% -
XYZ 13.69 15.02 2.26 -
YUV 100.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 124 108 3 0 0.13 0.98 0.51 52.07 0.95 0.25
Hex 7C 6C 3 0 D 62 33 34 5F 19
Octal 174 154 3 0 15 142 63 64 137 31
Binary 1111100 1101100 11 0 1101 1100010 110011 110100 1011111 11001

Color Harmonies of #7C6C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6C03

Black with #7C6C03

Text Example


Text Example

White with #7C6C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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