Html Css Color HEX #748E03 Olive

📋 copy color: '#748E03'

red 116 ◦ green 142 ◦ blue 3

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

Shades of Olive #748E03

Tints of Olive #748E03

RGB

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

 GREEN value IS 142 (55.86% from 255) = 54.41%

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

R = 44.44%
G = 54.41%
B = 1.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#748E03 (or 0x748E03) is known color: Olive. HEX triplet: 74, 8E and 03. RGB value is (116,142,3). Sum of RGB (Red+Green+Blue) = 116+142+3=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #748E03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748E03 is #8B71FC. Grayscale: #767676. Windows color (decimal): -9138685 or 233076. OLE color: 233076.

HSL color Cylindrical-coordinate representation of color #748E03: hue angle of 71.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #748E03 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 142 3 -
CMYK 0.18 0 0.98 0.44
HSL 71.22º 0.96% 0.28% -
HSV(B) 71.22º 0.98% 0.56% -
XYZ 16.89 23.07 3.65 -
YUV 118.38 62.89 126.3 -
System Red Green Blue C M Y K H S L
Decimal 116 142 3 0.18 0 0.98 0.44 71.22 0.96 0.28
Hex 74 8E 3 12 0 62 2C 47 60 1C
Octal 164 216 3 22 0 142 54 107 140 34
Binary 1110100 10001110 11 10010 0 1100010 101100 1000111 1100000 11100

Color Harmonies of #748E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E03

Black with #748E03

Text Example


Text Example

White with #748E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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