Html Css Color HEX #748720 Trendy Green

📋 copy color: '#748720'

red 116 ◦ green 135 ◦ blue 32

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

Shades of Trendy Green #748720

Tints of Trendy Green #748720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 40.99%
G = 47.7%
B = 11.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#748720 (or 0x748720) is known color: Trendy Green. HEX triplet: 74, 87 and 20. RGB value is (116,135,32). Sum of RGB (Red+Green+Blue) = 116+135+32=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #748720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748720 is #8B78DF. Grayscale: #757575. Windows color (decimal): -9140448 or 2131828. OLE color: 2131828.

HSL color Cylindrical-coordinate representation of color #748720: hue angle of 71.07º degrees, saturation: 0.62, 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 #748720 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 32 -
CMYK 0.14 0 0.76 0.47
HSL 71.07º 0.62% 0.33% -
HSV(B) 71.07º 0.76% 0.53% -
XYZ 16.13 21.15 4.6 -
YUV 117.58 79.71 126.88 -
System Red Green Blue C M Y K H S L
Decimal 116 135 32 0.14 0 0.76 0.47 71.07 0.62 0.33
Hex 74 87 20 E 0 4C 2F 47 3E 21
Octal 164 207 40 16 0 114 57 107 76 41
Binary 1110100 10000111 100000 1110 0 1001100 101111 1000111 111110 100001

Color Harmonies of #748720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748720

Black with #748720

Text Example


Text Example

White with #748720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748720; }

 p { color: rgb(116,135,32); }

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

background-color css

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

 a { background-color: rgb(116,135,32); }

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

border-color css

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

 span { border-color: rgb(116,135,32); }

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