Html Css Color HEX #748B1C Olive Drab

📋 copy color: '#748B1C'

red 116 ◦ green 139 ◦ blue 28

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

Shades of Olive Drab #748B1C

Tints of Olive Drab #748B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.12%

 BLUE value IS 28 (11.33% from 255) = 9.89%

R = 40.99%
G = 49.12%
B = 9.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#748B1C (or 0x748B1C) is known color: Olive Drab. HEX triplet: 74, 8B and 1C. RGB value is (116,139,28). Sum of RGB (Red+Green+Blue) = 116+139+28=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #748B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B1C is #8B74E3. Grayscale: #777777. Windows color (decimal): -9139428 or 1870708. OLE color: 1870708.

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

Color convert

RGB 116 139 28 -
CMYK 0.17 0 0.80 0.45
HSL 72.43º 0.66% 0.33% -
HSV(B) 72.43º 0.8% 0.55% -
XYZ 16.64 22.26 4.52 -
YUV 119.47 76.38 125.53 -
System Red Green Blue C M Y K H S L
Decimal 116 139 28 0.17 0 0.80 0.45 72.43 0.66 0.33
Hex 74 8B 1C 11 0 50 2D 48 42 21
Octal 164 213 34 21 0 120 55 110 102 41
Binary 1110100 10001011 11100 10001 0 1010000 101101 1001000 1000010 100001

Color Harmonies of #748B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B1C

Black with #748B1C

Text Example


Text Example

White with #748B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,139,28); }

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

background-color css

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

 a { background-color: rgb(116,139,28); }

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

border-color css

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

 span { border-color: rgb(116,139,28); }

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