Html Css Color HEX #747002 Olive

📋 copy color: '#747002'

red 116 ◦ green 112 ◦ blue 2

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

Shades of Olive #747002

Tints of Olive #747002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.7%

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

R = 50.43%
G = 48.7%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#747002 (or 0x747002) is known color: Olive. HEX triplet: 74, 70 and 02. RGB value is (116,112,2). Sum of RGB (Red+Green+Blue) = 116+112+2=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #747002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747002 is #8B8FFD. Grayscale: #656565. Windows color (decimal): -9146366 or 159860. OLE color: 159860.

HSL color Cylindrical-coordinate representation of color #747002: hue angle of 57.89º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #747002 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 2 -
CMYK 0 0.03 0.98 0.55
HSL 57.89º 0.97% 0.23% -
HSV(B) 57.89º 0.98% 0.45% -
XYZ 13.01 15.31 2.33 -
YUV 100.66 72.33 138.94 -
System Red Green Blue C M Y K H S L
Decimal 116 112 2 0 0.03 0.98 0.55 57.89 0.97 0.23
Hex 74 70 2 0 3 62 37 3A 61 17
Octal 164 160 2 0 3 142 67 72 141 27
Binary 1110100 1110000 10 0 11 1100010 110111 111010 1100001 10111

Color Harmonies of #747002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747002

Black with #747002

Text Example


Text Example

White with #747002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747002; }

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

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

background-color css

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

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

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

border-color css

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

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

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