Html Css Color HEX #749102 Olive

📋 copy color: '#749102'

red 116 ◦ green 145 ◦ blue 2

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

Shades of Olive #749102

Tints of Olive #749102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.13%

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

R = 44.11%
G = 55.13%
B = 0.76%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#749102 (or 0x749102) is known color: Olive. HEX triplet: 74, 91 and 02. RGB value is (116,145,2). Sum of RGB (Red+Green+Blue) = 116+145+2=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #749102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749102 is #8B6EFD. Grayscale: #787878. Windows color (decimal): -9137918 or 168308. OLE color: 168308.

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

Color convert

RGB 116 145 2 -
CMYK 0.2 0 0.99 0.43
HSL 72.17º 0.97% 0.29% -
HSV(B) 72.17º 0.99% 0.57% -
XYZ 17.34 23.97 3.77 -
YUV 120.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 116 145 2 0.2 0 0.99 0.43 72.17 0.97 0.29
Hex 74 91 2 14 0 63 2B 48 61 1D
Octal 164 221 2 24 0 143 53 110 141 35
Binary 1110100 10010001 10 10100 0 1100011 101011 1001000 1100001 11101

Color Harmonies of #749102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749102

Black with #749102

Text Example


Text Example

White with #749102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749102; }

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

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

background-color css

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

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

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

border-color css

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

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

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