Html Css Color HEX #747D00 Olive

📋 copy color: '#747D00'

red 116 ◦ green 125 ◦ blue 0

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

Shades of Olive #747D00

Tints of Olive #747D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.87%

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

R = 48.13%
G = 51.87%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#747D00 (or 0x747D00) is known color: Olive. HEX triplet: 74, 7D and 00. RGB value is (116,125,0). Sum of RGB (Red+Green+Blue) = 116+125+0=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #747D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747D00 is #8B82FF. Grayscale: #6C6C6C. Windows color (decimal): -9143040 or 32116. OLE color: 32116.

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

Color convert

RGB 116 125 0 -
CMYK 0.07 0 1 0.51
HSL 64.32º 1% 0.25% -
HSV(B) 64.32º 1% 0.49% -
XYZ 14.54 18.38 2.78 -
YUV 108.06 67.02 133.66 -
System Red Green Blue C M Y K H S L
Decimal 116 125 0 0.07 0 1 0.51 64.32 1 0.25
Hex 74 7D 0 7 0 64 33 40 64 19
Octal 164 175 0 7 0 144 63 100 144 31
Binary 1110100 1111101 0 111 0 1100100 110011 1000000 1100100 11001

Color Harmonies of #747D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D00

Black with #747D00

Text Example


Text Example

White with #747D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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