Html Css Color HEX #746E02 Olive

📋 copy color: '#746E02'

red 116 ◦ green 110 ◦ blue 2

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

Shades of Olive #746E02

Tints of Olive #746E02

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.25%

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

R = 50.88%
G = 48.25%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#746E02 (or 0x746E02) is known color: Olive. HEX triplet: 74, 6E and 02. RGB value is (116,110,2). Sum of RGB (Red+Green+Blue) = 116+110+2=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #746E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E02 is #8B91FD. Grayscale: #636363. Windows color (decimal): -9146878 or 159348. OLE color: 159348.

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

Color convert

RGB 116 110 2 -
CMYK 0 0.05 0.98 0.55
HSL 56.84º 0.97% 0.23% -
HSV(B) 56.84º 0.98% 0.45% -
XYZ 12.79 14.87 2.25 -
YUV 99.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 116 110 2 0 0.05 0.98 0.55 56.84 0.97 0.23
Hex 74 6E 2 0 5 62 37 39 61 17
Octal 164 156 2 0 5 142 67 71 141 27
Binary 1110100 1101110 10 0 101 1100010 110111 111001 1100001 10111

Color Harmonies of #746E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E02

Black with #746E02

Text Example


Text Example

White with #746E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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