Html Css Color HEX #748210 Olive

📋 copy color: '#748210'

red 116 ◦ green 130 ◦ blue 16

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

Shades of Olive #748210

Tints of Olive #748210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.62%

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 44.27%
G = 49.62%
B = 6.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#748210 (or 0x748210) is known color: Olive. HEX triplet: 74, 82 and 10. RGB value is (116,130,16). Sum of RGB (Red+Green+Blue) = 116+130+16=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #748210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748210 is #8B7DEF. Grayscale: #717171. Windows color (decimal): -9141744 or 1081972. OLE color: 1081972.

HSL color Cylindrical-coordinate representation of color #748210: hue angle of 67.37º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #748210 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 16 -
CMYK 0.11 0 0.88 0.49
HSL 67.37º 0.78% 0.29% -
HSV(B) 67.37º 0.88% 0.51% -
XYZ 15.28 19.72 3.49 -
YUV 112.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 116 130 16 0.11 0 0.88 0.49 67.37 0.78 0.29
Hex 74 82 10 B 0 58 31 43 4E 1D
Octal 164 202 20 13 0 130 61 103 116 35
Binary 1110100 10000010 10000 1011 0 1011000 110001 1000011 1001110 11101

Color Harmonies of #748210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748210

Black with #748210

Text Example


Text Example

White with #748210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748210; }

 p { color: rgb(116,130,16); }

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

background-color css

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

 a { background-color: rgb(116,130,16); }

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

border-color css

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

 span { border-color: rgb(116,130,16); }

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