Html Css Color HEX #747504 Olive

📋 copy color: '#747504'

red 116 ◦ green 117 ◦ blue 4

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

Shades of Olive #747504

Tints of Olive #747504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 48.95%
G = 49.37%
B = 1.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#747504 (or 0x747504) is known color: Olive. HEX triplet: 74, 75 and 04. RGB value is (116,117,4). Sum of RGB (Red+Green+Blue) = 116+117+4=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #747504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747504 is #8B8AFB. Grayscale: #686868. Windows color (decimal): -9145084 or 292212. OLE color: 292212.

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

Color convert

RGB 116 117 4 -
CMYK 0.01 0 0.97 0.54
HSL 60.53º 0.93% 0.24% -
HSV(B) 60.53º 0.97% 0.46% -
XYZ 13.59 16.44 2.57 -
YUV 103.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 116 117 4 0.01 0 0.97 0.54 60.53 0.93 0.24
Hex 74 75 4 1 0 61 36 3D 5D 18
Octal 164 165 4 1 0 141 66 75 135 30
Binary 1110100 1110101 100 1 0 1100001 110110 111101 1011101 11000

Color Harmonies of #747504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747504

Black with #747504

Text Example


Text Example

White with #747504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747504; }

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

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

background-color css

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

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

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

border-color css

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

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

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