Html Css Color HEX #748621 Trendy Green

📋 copy color: '#748621'

red 116 ◦ green 134 ◦ blue 33

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

Shades of Trendy Green #748621

Tints of Trendy Green #748621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

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

R = 40.99%
G = 47.35%
B = 11.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#748621 (or 0x748621) is known color: Trendy Green. HEX triplet: 74, 86 and 21. RGB value is (116,134,33). Sum of RGB (Red+Green+Blue) = 116+134+33=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #748621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748621 is #8B79DE. Grayscale: #757575. Windows color (decimal): -9140703 or 2197108. OLE color: 2197108.

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

Color convert

RGB 116 134 33 -
CMYK 0.13 0 0.75 0.47
HSL 70.69º 0.6% 0.33% -
HSV(B) 70.69º 0.75% 0.53% -
XYZ 16 20.87 4.62 -
YUV 117.1 80.54 127.21 -
System Red Green Blue C M Y K H S L
Decimal 116 134 33 0.13 0 0.75 0.47 70.69 0.6 0.33
Hex 74 86 21 D 0 4B 2F 47 3C 21
Octal 164 206 41 15 0 113 57 107 74 41
Binary 1110100 10000110 100001 1101 0 1001011 101111 1000111 111100 100001

Color Harmonies of #748621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748621

Black with #748621

Text Example


Text Example

White with #748621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748621; }

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

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

background-color css

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

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

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

border-color css

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

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

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