Html Css Color HEX #748926 Olive Drab

📋 copy color: '#748926'

red 116 ◦ green 137 ◦ blue 38

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

Shades of Olive Drab #748926

Tints of Olive Drab #748926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 39.86%
G = 47.08%
B = 13.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#748926 (or 0x748926) is known color: Olive Drab. HEX triplet: 74, 89 and 26. RGB value is (116,137,38). Sum of RGB (Red+Green+Blue) = 116+137+38=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #748926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748926 is #8B76D9. Grayscale: #777777. Windows color (decimal): -9139930 or 2525556. OLE color: 2525556.

HSL color Cylindrical-coordinate representation of color #748926: hue angle of 72.73º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #748926 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 38 -
CMYK 0.15 0 0.72 0.46
HSL 72.73º 0.57% 0.34% -
HSV(B) 72.73º 0.72% 0.54% -
XYZ 16.5 21.74 5.16 -
YUV 119.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 116 137 38 0.15 0 0.72 0.46 72.73 0.57 0.34
Hex 74 89 26 F 0 48 2E 49 39 22
Octal 164 211 46 17 0 110 56 111 71 42
Binary 1110100 10001001 100110 1111 0 1001000 101110 1001001 111001 100010

Color Harmonies of #748926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748926

Black with #748926

Text Example


Text Example

White with #748926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748926; }

 p { color: rgb(116,137,38); }

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

background-color css

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

 a { background-color: rgb(116,137,38); }

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

border-color css

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

 span { border-color: rgb(116,137,38); }

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