Html Css Color HEX #748803 Olive

📋 copy color: '#748803'

red 116 ◦ green 136 ◦ blue 3

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

Shades of Olive #748803

Tints of Olive #748803

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.33%

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

R = 45.49%
G = 53.33%
B = 1.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#748803 (or 0x748803) is known color: Olive. HEX triplet: 74, 88 and 03. RGB value is (116,136,3). Sum of RGB (Red+Green+Blue) = 116+136+3=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #748803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748803 is #8B77FC. Grayscale: #737373. Windows color (decimal): -9140221 or 231540. OLE color: 231540.

HSL color Cylindrical-coordinate representation of color #748803: hue angle of 69.02º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #748803 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 3 -
CMYK 0.15 0 0.98 0.47
HSL 69.02º 0.96% 0.27% -
HSV(B) 69.02º 0.98% 0.53% -
XYZ 16.02 21.33 3.36 -
YUV 114.86 64.87 128.81 -
System Red Green Blue C M Y K H S L
Decimal 116 136 3 0.15 0 0.98 0.47 69.02 0.96 0.27
Hex 74 88 3 F 0 62 2F 45 60 1B
Octal 164 210 3 17 0 142 57 105 140 33
Binary 1110100 10001000 11 1111 0 1100010 101111 1000101 1100000 11011

Color Harmonies of #748803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748803

Black with #748803

Text Example


Text Example

White with #748803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748803; }

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

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

background-color css

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

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

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

border-color css

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

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

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