Html Css Color HEX #747507 Olive

📋 copy color: '#747507'

red 116 ◦ green 117 ◦ blue 7

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

Shades of Olive #747507

Tints of Olive #747507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 48.33%
G = 48.75%
B = 2.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#747507 (or 0x747507) is known color: Olive. HEX triplet: 74, 75 and 07. RGB value is (116,117,7). Sum of RGB (Red+Green+Blue) = 116+117+7=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #747507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747507 is #8B8AF8. Grayscale: #686868. Windows color (decimal): -9145081 or 488820. OLE color: 488820.

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

Color convert

RGB 116 117 7 -
CMYK 0.01 0 0.94 0.54
HSL 60.55º 0.89% 0.24% -
HSV(B) 60.55º 0.94% 0.46% -
XYZ 13.6 16.45 2.66 -
YUV 104.16 73.17 136.44 -
System Red Green Blue C M Y K H S L
Decimal 116 117 7 0.01 0 0.94 0.54 60.55 0.89 0.24
Hex 74 75 7 1 0 5E 36 3D 59 18
Octal 164 165 7 1 0 136 66 75 131 30
Binary 1110100 1110101 111 1 0 1011110 110110 111101 1011001 11000

Color Harmonies of #747507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747507

Black with #747507

Text Example


Text Example

White with #747507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747507; }

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

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

background-color css

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

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

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

border-color css

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

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

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