Html Css Color HEX #747C00 Olive

📋 copy color: '#747C00'

red 116 ◦ green 124 ◦ blue 0

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

Shades of Olive #747C00

Tints of Olive #747C00

RGB

 RED value IS 116 (45.7% from 255) = 48.33%

 GREEN value IS 124 (48.83% from 255) = 51.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.33%
G = 51.67%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#747C00 (or 0x747C00) is known color: Olive. HEX triplet: 74, 7C and 00. RGB value is (116,124,0). Sum of RGB (Red+Green+Blue) = 116+124+0=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #747C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747C00 is #8B83FF. Grayscale: #6B6B6B. Windows color (decimal): -9143296 or 31860. OLE color: 31860.

HSL color Cylindrical-coordinate representation of color #747C00: hue angle of 63.87º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #747C00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 124 0 -
CMYK 0.06 0 1 0.51
HSL 63.87º 1% 0.24% -
HSV(B) 63.87º 1% 0.49% -
XYZ 14.41 18.13 2.74 -
YUV 107.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 116 124 0 0.06 0 1 0.51 63.87 1 0.24
Hex 74 7C 0 6 0 64 33 40 64 18
Octal 164 174 0 6 0 144 63 100 144 30
Binary 1110100 1111100 0 110 0 1100100 110011 1000000 1100100 11000

Color Harmonies of #747C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C00

Black with #747C00

Text Example


Text Example

White with #747C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747C00; }

 p { color: rgb(116,124,0); }

 H1.HeaderClassName
 {
   color: #747C00;
 }
 .AnyTagClassName
 {
   color: #747C00;
 }
</style>

background-color css

<style>
 a { background-color: #747C00; }

 a { background-color: rgb(116,124,0); }

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

border-color css

<style>
 span { border-color: #747C00; }

 span { border-color: rgb(116,124,0); }

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