Html Css Color HEX #749403 Olive

📋 copy color: '#749403'

red 116 ◦ green 148 ◦ blue 3

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

Shades of Olive #749403

Tints of Olive #749403

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.43%

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

R = 43.45%
G = 55.43%
B = 1.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#749403 (or 0x749403) is known color: Olive. HEX triplet: 74, 94 and 03. RGB value is (116,148,3). Sum of RGB (Red+Green+Blue) = 116+148+3=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #749403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749403 is #8B6BFC. Grayscale: #7A7A7A. Windows color (decimal): -9137149 or 234612. OLE color: 234612.

HSL color Cylindrical-coordinate representation of color #749403: hue angle of 73.24º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #749403 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 3 -
CMYK 0.22 0 0.98 0.42
HSL 73.24º 0.96% 0.3% -
HSV(B) 73.24º 0.98% 0.58% -
XYZ 17.81 24.9 3.95 -
YUV 121.9 60.9 123.79 -
System Red Green Blue C M Y K H S L
Decimal 116 148 3 0.22 0 0.98 0.42 73.24 0.96 0.3
Hex 74 94 3 16 0 62 2A 49 60 1E
Octal 164 224 3 26 0 142 52 111 140 36
Binary 1110100 10010100 11 10110 0 1100010 101010 1001001 1100000 11110

Color Harmonies of #749403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749403

Black with #749403

Text Example


Text Example

White with #749403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749403; }

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

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

background-color css

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

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

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

border-color css

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

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

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