Html Css Color HEX #747E02 Olive

📋 copy color: '#747E02'

red 116 ◦ green 126 ◦ blue 2

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

Shades of Olive #747E02

Tints of Olive #747E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 51.64%

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

R = 47.54%
G = 51.64%
B = 0.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#747E02 (or 0x747E02) is known color: Olive. HEX triplet: 74, 7E and 02. RGB value is (116,126,2). Sum of RGB (Red+Green+Blue) = 116+126+2=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #747E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747E02 is #8B81FD. Grayscale: #6D6D6D. Windows color (decimal): -9142782 or 163444. OLE color: 163444.

HSL color Cylindrical-coordinate representation of color #747E02: hue angle of 64.84º 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 #747E02 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 126 2 -
CMYK 0.08 0 0.98 0.51
HSL 64.84º 0.97% 0.25% -
HSV(B) 64.84º 0.98% 0.49% -
XYZ 14.67 18.64 2.88 -
YUV 108.87 67.69 133.08 -
System Red Green Blue C M Y K H S L
Decimal 116 126 2 0.08 0 0.98 0.51 64.84 0.97 0.25
Hex 74 7E 2 8 0 62 33 41 61 19
Octal 164 176 2 10 0 142 63 101 141 31
Binary 1110100 1111110 10 1000 0 1100010 110011 1000001 1100001 11001

Color Harmonies of #747E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E02

Black with #747E02

Text Example


Text Example

White with #747E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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