Html Css Color HEX #747005 Olive

📋 copy color: '#747005'

red 116 ◦ green 112 ◦ blue 5

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

Shades of Olive #747005

Tints of Olive #747005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.07%

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 49.79%
G = 48.07%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#747005 (or 0x747005) is known color: Olive. HEX triplet: 74, 70 and 05. RGB value is (116,112,5). Sum of RGB (Red+Green+Blue) = 116+112+5=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #747005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747005 is #8B8FFA. Grayscale: #656565. Windows color (decimal): -9146363 or 356468. OLE color: 356468.

HSL color Cylindrical-coordinate representation of color #747005: hue angle of 57.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #747005 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 5 -
CMYK 0 0.03 0.96 0.55
HSL 57.84º 0.92% 0.24% -
HSV(B) 57.84º 0.96% 0.45% -
XYZ 13.02 15.31 2.41 -
YUV 101 73.83 138.7 -
System Red Green Blue C M Y K H S L
Decimal 116 112 5 0 0.03 0.96 0.55 57.84 0.92 0.24
Hex 74 70 5 0 3 60 37 3A 5C 18
Octal 164 160 5 0 3 140 67 72 134 30
Binary 1110100 1110000 101 0 11 1100000 110111 111010 1011100 11000

Color Harmonies of #747005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747005

Black with #747005

Text Example


Text Example

White with #747005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747005; }

 p { color: rgb(116,112,5); }

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

background-color css

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

 a { background-color: rgb(116,112,5); }

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

border-color css

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

 span { border-color: rgb(116,112,5); }

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