Html Css Color HEX #747A11 Olive

📋 copy color: '#747A11'

red 116 ◦ green 122 ◦ blue 17

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

Shades of Olive #747A11

Tints of Olive #747A11

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.84%

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 45.49%
G = 47.84%
B = 6.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.52

RGB Variations

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

Color information

#747A11 (or 0x747A11) is known color: Olive. HEX triplet: 74, 7A and 11. RGB value is (116,122,17). Sum of RGB (Red+Green+Blue) = 116+122+17=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 122 - color contains mainly: green. Hex color #747A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747A11 is #8B85EE. Grayscale: #6C6C6C. Windows color (decimal): -9143791 or 1145460. OLE color: 1145460.

HSL color Cylindrical-coordinate representation of color #747A11: hue angle of 63.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #747A11 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 122 17 -
CMYK 0.05 0 0.86 0.52
HSL 63.43º 0.76% 0.27% -
HSV(B) 63.43º 0.86% 0.48% -
XYZ 14.26 17.67 3.19 -
YUV 108.24 76.51 133.54 -
System Red Green Blue C M Y K H S L
Decimal 116 122 17 0.05 0 0.86 0.52 63.43 0.76 0.27
Hex 74 7A 11 5 0 56 34 3F 4C 1B
Octal 164 172 21 5 0 126 64 77 114 33
Binary 1110100 1111010 10001 101 0 1010110 110100 111111 1001100 11011

Color Harmonies of #747A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A11

Black with #747A11

Text Example


Text Example

White with #747A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747A11; }

 p { color: rgb(116,122,17); }

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

background-color css

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

 a { background-color: rgb(116,122,17); }

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

border-color css

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

 span { border-color: rgb(116,122,17); }

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