Html Css Color HEX #748816 Trendy Green

📋 copy color: '#748816'

red 116 ◦ green 136 ◦ blue 22

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

Shades of Trendy Green #748816

Tints of Trendy Green #748816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 42.34%
G = 49.64%
B = 8.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#748816 (or 0x748816) is known color: Trendy Green. HEX triplet: 74, 88 and 16. RGB value is (116,136,22). Sum of RGB (Red+Green+Blue) = 116+136+22=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #748816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748816 is #8B77E9. Grayscale: #757575. Windows color (decimal): -9140202 or 1476724. OLE color: 1476724.

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

Color convert

RGB 116 136 22 -
CMYK 0.15 0 0.84 0.47
HSL 70.53º 0.72% 0.31% -
HSV(B) 70.53º 0.84% 0.53% -
XYZ 16.15 21.38 4.03 -
YUV 117.02 74.37 127.27 -
System Red Green Blue C M Y K H S L
Decimal 116 136 22 0.15 0 0.84 0.47 70.53 0.72 0.31
Hex 74 88 16 F 0 54 2F 47 48 1F
Octal 164 210 26 17 0 124 57 107 110 37
Binary 1110100 10001000 10110 1111 0 1010100 101111 1000111 1001000 11111

Color Harmonies of #748816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748816

Black with #748816

Text Example


Text Example

White with #748816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748816; }

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

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

background-color css

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

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

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

border-color css

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

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

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