Html Css Color HEX #747203 Olive

📋 copy color: '#747203'

red 116 ◦ green 114 ◦ blue 3

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

Shades of Olive #747203

Tints of Olive #747203

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.93%

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 49.79%
G = 48.93%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#747203 (or 0x747203) is known color: Olive. HEX triplet: 74, 72 and 03. RGB value is (116,114,3). Sum of RGB (Red+Green+Blue) = 116+114+3=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #747203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747203 is #8B8DFC. Grayscale: #666666. Windows color (decimal): -9145853 or 225908. OLE color: 225908.

HSL color Cylindrical-coordinate representation of color #747203: hue angle of 58.94º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #747203 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 3 -
CMYK 0 0.02 0.97 0.55
HSL 58.94º 0.95% 0.23% -
HSV(B) 58.94º 0.97% 0.45% -
XYZ 13.24 15.75 2.43 -
YUV 101.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 116 114 3 0 0.02 0.97 0.55 58.94 0.95 0.23
Hex 74 72 3 0 2 61 37 3B 5F 17
Octal 164 162 3 0 2 141 67 73 137 27
Binary 1110100 1110010 11 0 10 1100001 110111 111011 1011111 10111

Color Harmonies of #747203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747203

Black with #747203

Text Example


Text Example

White with #747203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747203; }

 p { color: rgb(116,114,3); }

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

background-color css

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

 a { background-color: rgb(116,114,3); }

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

border-color css

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

 span { border-color: rgb(116,114,3); }

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