Html Css Color HEX #748821 Olive Drab

📋 copy color: '#748821'

red 116 ◦ green 136 ◦ blue 33

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

Shades of Olive Drab #748821

Tints of Olive Drab #748821

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.72%

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 40.7%
G = 47.72%
B = 11.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#748821 (or 0x748821) is known color: Olive Drab. HEX triplet: 74, 88 and 21. RGB value is (116,136,33). Sum of RGB (Red+Green+Blue) = 116+136+33=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #748821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748821 is #8B77DE. Grayscale: #767676. Windows color (decimal): -9140191 or 2197620. OLE color: 2197620.

HSL color Cylindrical-coordinate representation of color #748821: hue angle of 71.65º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #748821 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 33 -
CMYK 0.15 0 0.76 0.47
HSL 71.65º 0.61% 0.33% -
HSV(B) 71.65º 0.76% 0.53% -
XYZ 16.28 21.43 4.72 -
YUV 118.28 79.87 126.38 -
System Red Green Blue C M Y K H S L
Decimal 116 136 33 0.15 0 0.76 0.47 71.65 0.61 0.33
Hex 74 88 21 F 0 4C 2F 48 3D 21
Octal 164 210 41 17 0 114 57 110 75 41
Binary 1110100 10001000 100001 1111 0 1001100 101111 1001000 111101 100001

Color Harmonies of #748821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748821

Black with #748821

Text Example


Text Example

White with #748821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748821; }

 p { color: rgb(116,136,33); }

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

background-color css

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

 a { background-color: rgb(116,136,33); }

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

border-color css

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

 span { border-color: rgb(116,136,33); }

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