Html Css Color HEX #747703 Olive

📋 copy color: '#747703'

red 116 ◦ green 119 ◦ blue 3

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

Shades of Olive #747703

Tints of Olive #747703

RGB

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

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

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

R = 48.74%
G = 50%
B = 1.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#747703 (or 0x747703) is known color: Olive. HEX triplet: 74, 77 and 03. RGB value is (116,119,3). Sum of RGB (Red+Green+Blue) = 116+119+3=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #747703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747703 is #8B88FC. Grayscale: #696969. Windows color (decimal): -9144573 or 227188. OLE color: 227188.

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

Color convert

RGB 116 119 3 -
CMYK 0.03 0 0.97 0.53
HSL 61.55º 0.95% 0.24% -
HSV(B) 61.55º 0.97% 0.47% -
XYZ 13.82 16.91 2.62 -
YUV 104.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 116 119 3 0.03 0 0.97 0.53 61.55 0.95 0.24
Hex 74 77 3 3 0 61 35 3E 5F 18
Octal 164 167 3 3 0 141 65 76 137 30
Binary 1110100 1110111 11 11 0 1100001 110101 111110 1011111 11000

Color Harmonies of #747703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747703

Black with #747703

Text Example


Text Example

White with #747703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747703; }

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

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

background-color css

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

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

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

border-color css

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

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

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