Html Css Color HEX #748D23 Olive Drab

📋 copy color: '#748D23'

red 116 ◦ green 141 ◦ blue 35

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

Shades of Olive Drab #748D23

Tints of Olive Drab #748D23

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.29%

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 39.73%
G = 48.29%
B = 11.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#748D23 (or 0x748D23) is known color: Olive Drab. HEX triplet: 74, 8D and 23. RGB value is (116,141,35). Sum of RGB (Red+Green+Blue) = 116+141+35=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #748D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748D23 is #8B72DC. Grayscale: #797979. Windows color (decimal): -9138909 or 2329972. OLE color: 2329972.

HSL color Cylindrical-coordinate representation of color #748D23: hue angle of 74.15º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #748D23 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 141 35 -
CMYK 0.18 0 0.75 0.45
HSL 74.15º 0.6% 0.35% -
HSV(B) 74.15º 0.75% 0.55% -
XYZ 17.03 22.88 5.11 -
YUV 121.44 79.22 124.12 -
System Red Green Blue C M Y K H S L
Decimal 116 141 35 0.18 0 0.75 0.45 74.15 0.6 0.35
Hex 74 8D 23 12 0 4B 2D 4A 3C 23
Octal 164 215 43 22 0 113 55 112 74 43
Binary 1110100 10001101 100011 10010 0 1001011 101101 1001010 111100 100011

Color Harmonies of #748D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D23

Black with #748D23

Text Example


Text Example

White with #748D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,141,35); }

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

background-color css

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

 a { background-color: rgb(116,141,35); }

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

border-color css

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

 span { border-color: rgb(116,141,35); }

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