Html Css Color HEX #7C8701 Olive

📋 copy color: '#7C8701'

red 124 ◦ green 135 ◦ blue 1

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

Shades of Olive #7C8701

Tints of Olive #7C8701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.92%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 47.69%
G = 51.92%
B = 0.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#7C8701 (or 0x7C8701) is known color: Olive. HEX triplet: 7C, 87 and 01. RGB value is (124,135,1). Sum of RGB (Red+Green+Blue) = 124+135+1=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8701 is #8378FE. Grayscale: #747474. Windows color (decimal): -8616191 or 100220. OLE color: 100220.

HSL color Cylindrical-coordinate representation of color #7C8701: hue angle of 64.93º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C8701 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 135 1 -
CMYK 0.08 0 0.99 0.47
HSL 64.93º 0.99% 0.27% -
HSV(B) 64.93º 0.99% 0.53% -
XYZ 16.98 21.62 3.31 -
YUV 116.44 62.86 133.4 -
System Red Green Blue C M Y K H S L
Decimal 124 135 1 0.08 0 0.99 0.47 64.93 0.99 0.27
Hex 7C 87 1 8 0 63 2F 41 63 1B
Octal 174 207 1 10 0 143 57 101 143 33
Binary 1111100 10000111 1 1000 0 1100011 101111 1000001 1100011 11011

Color Harmonies of #7C8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8701

Black with #7C8701

Text Example


Text Example

White with #7C8701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,135,1); }

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

background-color css

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

 a { background-color: rgb(124,135,1); }

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

border-color css

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

 span { border-color: rgb(124,135,1); }

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