Html Css Color HEX #747500 Olive

📋 copy color: '#747500'

red 116 ◦ green 117 ◦ blue 0

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

Shades of Olive #747500

Tints of Olive #747500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.21%

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

R = 49.79%
G = 50.21%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#747500 (or 0x747500) is known color: Olive. HEX triplet: 74, 75 and 00. RGB value is (116,117,0). Sum of RGB (Red+Green+Blue) = 116+117+0=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #747500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747500 is #8B8AFF. Grayscale: #676767. Windows color (decimal): -9145088 or 30068. OLE color: 30068.

HSL color Cylindrical-coordinate representation of color #747500: hue angle of 60.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #747500 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 0 -
CMYK 0.01 0 1 0.54
HSL 60.51º 1% 0.23% -
HSV(B) 60.51º 1% 0.46% -
XYZ 13.56 16.44 2.46 -
YUV 103.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 116 117 0 0.01 0 1 0.54 60.51 1 0.23
Hex 74 75 0 1 0 64 36 3D 64 17
Octal 164 165 0 1 0 144 66 75 144 27
Binary 1110100 1110101 0 1 0 1100100 110110 111101 1100100 10111

Color Harmonies of #747500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747500

Black with #747500

Text Example


Text Example

White with #747500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747500; }

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

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

background-color css

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

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

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

border-color css

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

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

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