Html Css Color HEX #749402 Olive

📋 copy color: '#749402'

red 116 ◦ green 148 ◦ blue 2

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

Shades of Olive #749402

Tints of Olive #749402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 43.61%
G = 55.64%
B = 0.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#749402 (or 0x749402) is known color: Olive. HEX triplet: 74, 94 and 02. RGB value is (116,148,2). Sum of RGB (Red+Green+Blue) = 116+148+2=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #749402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749402 is #8B6BFD. Grayscale: #7A7A7A. Windows color (decimal): -9137150 or 169076. OLE color: 169076.

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

Color convert

RGB 116 148 2 -
CMYK 0.22 0 0.99 0.42
HSL 73.15º 0.97% 0.29% -
HSV(B) 73.15º 0.99% 0.58% -
XYZ 17.8 24.9 3.92 -
YUV 121.79 60.4 123.87 -
System Red Green Blue C M Y K H S L
Decimal 116 148 2 0.22 0 0.99 0.42 73.15 0.97 0.29
Hex 74 94 2 16 0 63 2A 49 61 1D
Octal 164 224 2 26 0 143 52 111 141 35
Binary 1110100 10010100 10 10110 0 1100011 101010 1001001 1100001 11101

Color Harmonies of #749402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749402

Black with #749402

Text Example


Text Example

White with #749402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749402; }

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

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

background-color css

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

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

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

border-color css

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

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

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