Html Css Color HEX #7C730C Olive

📋 copy color: '#7C730C'

red 124 ◦ green 115 ◦ blue 12

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

Shades of Olive #7C730C

Tints of Olive #7C730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 49.4%
G = 45.82%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C730C (or 0x7C730C) is known color: Olive. HEX triplet: 7C, 73 and 0C. RGB value is (124,115,12). Sum of RGB (Red+Green+Blue) = 124+115+12=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C730C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C730C is #838CF3. Grayscale: #6A6A6A. Windows color (decimal): -8621300 or 815996. OLE color: 815996.

HSL color Cylindrical-coordinate representation of color #7C730C: hue angle of 55.18º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C730C is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 115 12 -
CMYK 0 0.07 0.90 0.51
HSL 55.18º 0.82% 0.27% -
HSV(B) 55.18º 0.9% 0.49% -
XYZ 14.51 16.57 2.78 -
YUV 105.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 124 115 12 0 0.07 0.90 0.51 55.18 0.82 0.27
Hex 7C 73 C 0 7 5A 33 37 52 1B
Octal 174 163 14 0 7 132 63 67 122 33
Binary 1111100 1110011 1100 0 111 1011010 110011 110111 1010010 11011

Color Harmonies of #7C730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C730C

Black with #7C730C

Text Example


Text Example

White with #7C730C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,115,12); }

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

background-color css

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

 a { background-color: rgb(124,115,12); }

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

border-color css

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

 span { border-color: rgb(124,115,12); }

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