Html Css Color HEX #748C1D Olive Drab

📋 copy color: '#748C1D'

red 116 ◦ green 140 ◦ blue 29

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

Shades of Olive Drab #748C1D

Tints of Olive Drab #748C1D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 49.12%

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 40.7%
G = 49.12%
B = 10.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#748C1D (or 0x748C1D) is known color: Olive Drab. HEX triplet: 74, 8C and 1D. RGB value is (116,140,29). Sum of RGB (Red+Green+Blue) = 116+140+29=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #748C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748C1D is #8B73E2. Grayscale: #787878. Windows color (decimal): -9139171 or 1936500. OLE color: 1936500.

HSL color Cylindrical-coordinate representation of color #748C1D: hue angle of 72.97º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #748C1D is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 140 29 -
CMYK 0.17 0 0.79 0.45
HSL 72.97º 0.66% 0.33% -
HSV(B) 72.97º 0.79% 0.55% -
XYZ 16.8 22.56 4.63 -
YUV 120.17 76.55 125.03 -
System Red Green Blue C M Y K H S L
Decimal 116 140 29 0.17 0 0.79 0.45 72.97 0.66 0.33
Hex 74 8C 1D 11 0 4F 2D 49 42 21
Octal 164 214 35 21 0 117 55 111 102 41
Binary 1110100 10001100 11101 10001 0 1001111 101101 1001001 1000010 100001

Color Harmonies of #748C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748C1D

Black with #748C1D

Text Example


Text Example

White with #748C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748C1D; }

 p { color: rgb(116,140,29); }

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

background-color css

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

 a { background-color: rgb(116,140,29); }

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

border-color css

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

 span { border-color: rgb(116,140,29); }

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