Html Css Color HEX #749703 Olive

📋 copy color: '#749703'

red 116 ◦ green 151 ◦ blue 3

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

Shades of Olive #749703

Tints of Olive #749703

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.93%

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

R = 42.96%
G = 55.93%
B = 1.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#749703 (or 0x749703) is known color: Olive. HEX triplet: 74, 97 and 03. RGB value is (116,151,3). Sum of RGB (Red+Green+Blue) = 116+151+3=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #749703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749703 is #8B68FC. Grayscale: #7C7C7C. Windows color (decimal): -9136381 or 235380. OLE color: 235380.

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

Color convert

RGB 116 151 3 -
CMYK 0.23 0 0.98 0.41
HSL 74.19º 0.96% 0.3% -
HSV(B) 74.19º 0.98% 0.59% -
XYZ 18.29 25.85 4.11 -
YUV 123.66 59.9 122.53 -
System Red Green Blue C M Y K H S L
Decimal 116 151 3 0.23 0 0.98 0.41 74.19 0.96 0.3
Hex 74 97 3 17 0 62 29 4A 60 1E
Octal 164 227 3 27 0 142 51 112 140 36
Binary 1110100 10010111 11 10111 0 1100010 101001 1001010 1100000 11110

Color Harmonies of #749703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749703

Black with #749703

Text Example


Text Example

White with #749703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749703; }

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

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

background-color css

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

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

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

border-color css

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

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

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