Html Css Color HEX #747C02 Olive

📋 copy color: '#747C02'

red 116 ◦ green 124 ◦ blue 2

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

Shades of Olive #747C02

Tints of Olive #747C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.24%

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

R = 47.93%
G = 51.24%
B = 0.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#747C02 (or 0x747C02) is known color: Olive. HEX triplet: 74, 7C and 02. RGB value is (116,124,2). Sum of RGB (Red+Green+Blue) = 116+124+2=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #747C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747C02 is #8B83FD. Grayscale: #6C6C6C. Windows color (decimal): -9143294 or 162932. OLE color: 162932.

HSL color Cylindrical-coordinate representation of color #747C02: hue angle of 63.93º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #747C02 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 124 2 -
CMYK 0.06 0 0.98 0.51
HSL 63.93º 0.97% 0.25% -
HSV(B) 63.93º 0.98% 0.49% -
XYZ 14.42 18.13 2.8 -
YUV 107.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 116 124 2 0.06 0 0.98 0.51 63.93 0.97 0.25
Hex 74 7C 2 6 0 62 33 40 61 19
Octal 164 174 2 6 0 142 63 100 141 31
Binary 1110100 1111100 10 110 0 1100010 110011 1000000 1100001 11001

Color Harmonies of #747C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C02

Black with #747C02

Text Example


Text Example

White with #747C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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