Html Css Color HEX #747805 Olive

📋 copy color: '#747805'

red 116 ◦ green 120 ◦ blue 5

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

Shades of Olive #747805

Tints of Olive #747805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.79%

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

R = 48.13%
G = 49.79%
B = 2.07%

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

#747805 (or 0x747805) is known color: Olive. HEX triplet: 74, 78 and 05. RGB value is (116,120,5). Sum of RGB (Red+Green+Blue) = 116+120+5=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #747805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747805 is #8B87FA. Grayscale: #6A6A6A. Windows color (decimal): -9144315 or 358516. OLE color: 358516.

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

Color convert

RGB 116 120 5 -
CMYK 0.03 0 0.96 0.53
HSL 62.09º 0.92% 0.25% -
HSV(B) 62.09º 0.96% 0.47% -
XYZ 13.95 17.16 2.72 -
YUV 105.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 116 120 5 0.03 0 0.96 0.53 62.09 0.92 0.25
Hex 74 78 5 3 0 60 35 3E 5C 19
Octal 164 170 5 3 0 140 65 76 134 31
Binary 1110100 1111000 101 11 0 1100000 110101 111110 1011100 11001

Color Harmonies of #747805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747805

Black with #747805

Text Example


Text Example

White with #747805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747805; }

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

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

background-color css

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

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

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

border-color css

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

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

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