Html Css Color HEX #747705 Olive

📋 copy color: '#747705'

red 116 ◦ green 119 ◦ blue 5

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

Shades of Olive #747705

Tints of Olive #747705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

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

R = 48.33%
G = 49.58%
B = 2.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#747705 (or 0x747705) is known color: Olive. HEX triplet: 74, 77 and 05. RGB value is (116,119,5). Sum of RGB (Red+Green+Blue) = 116+119+5=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #747705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747705 is #8B88FA. Grayscale: #696969. Windows color (decimal): -9144571 or 358260. OLE color: 358260.

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

Color convert

RGB 116 119 5 -
CMYK 0.03 0 0.96 0.53
HSL 61.58º 0.92% 0.24% -
HSV(B) 61.58º 0.96% 0.47% -
XYZ 13.83 16.92 2.68 -
YUV 105.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 116 119 5 0.03 0 0.96 0.53 61.58 0.92 0.24
Hex 74 77 5 3 0 60 35 3E 5C 18
Octal 164 167 5 3 0 140 65 76 134 30
Binary 1110100 1110111 101 11 0 1100000 110101 111110 1011100 11000

Color Harmonies of #747705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747705

Black with #747705

Text Example


Text Example

White with #747705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747705; }

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

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

background-color css

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

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

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

border-color css

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

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

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