Html Css Color HEX #7C6D02 Olive

📋 copy color: '#7C6D02'

red 124 ◦ green 109 ◦ blue 2

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

Shades of Olive #7C6D02

Tints of Olive #7C6D02

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.38%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 52.77%
G = 46.38%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7C6D02 (or 0x7C6D02) is known color: Olive. HEX triplet: 7C, 6D and 02. RGB value is (124,109,2). Sum of RGB (Red+Green+Blue) = 124+109+2=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6D02 is #8392FD. Grayscale: #656565. Windows color (decimal): -8622846 or 159100. OLE color: 159100.

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

Color convert

RGB 124 109 2 -
CMYK 0 0.12 0.98 0.51
HSL 52.62º 0.97% 0.25% -
HSV(B) 52.62º 0.98% 0.49% -
XYZ 13.79 15.23 2.27 -
YUV 101.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 124 109 2 0 0.12 0.98 0.51 52.62 0.97 0.25
Hex 7C 6D 2 0 C 62 33 35 61 19
Octal 174 155 2 0 14 142 63 65 141 31
Binary 1111100 1101101 10 0 1100 1100010 110011 110101 1100001 11001

Color Harmonies of #7C6D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6D02

Black with #7C6D02

Text Example


Text Example

White with #7C6D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,109,2); }

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

background-color css

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

 a { background-color: rgb(124,109,2); }

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

border-color css

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

 span { border-color: rgb(124,109,2); }

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