Html Css Color HEX #748003 Olive

📋 copy color: '#748003'

red 116 ◦ green 128 ◦ blue 3

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

Shades of Olive #748003

Tints of Olive #748003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.82%

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

R = 46.96%
G = 51.82%
B = 1.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#748003 (or 0x748003) is known color: Olive. HEX triplet: 74, 80 and 03. RGB value is (116,128,3). Sum of RGB (Red+Green+Blue) = 116+128+3=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #748003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748003 is #8B7FFC. Grayscale: #6E6E6E. Windows color (decimal): -9142269 or 229492. OLE color: 229492.

HSL color Cylindrical-coordinate representation of color #748003: hue angle of 65.76º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #748003 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 3 -
CMYK 0.09 0 0.98 0.50
HSL 65.76º 0.95% 0.26% -
HSV(B) 65.76º 0.98% 0.5% -
XYZ 14.94 19.16 3 -
YUV 110.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 116 128 3 0.09 0 0.98 0.50 65.76 0.95 0.26
Hex 74 80 3 9 0 62 32 42 5F 1A
Octal 164 200 3 11 0 142 62 102 137 32
Binary 1110100 10000000 11 1001 0 1100010 110010 1000010 1011111 11010

Color Harmonies of #748003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748003

Black with #748003

Text Example


Text Example

White with #748003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748003; }

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

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

background-color css

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

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

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

border-color css

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

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

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