Html Css Color HEX #748012 Trendy Green

📋 copy color: '#748012'

red 116 ◦ green 128 ◦ blue 18

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

Shades of Trendy Green #748012

Tints of Trendy Green #748012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.85%

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 44.27%
G = 48.85%
B = 6.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#748012 (or 0x748012) is known color: Trendy Green. HEX triplet: 74, 80 and 12. RGB value is (116,128,18). Sum of RGB (Red+Green+Blue) = 116+128+18=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #748012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748012 is #8B7FED. Grayscale: #707070. Windows color (decimal): -9142254 or 1212532. OLE color: 1212532.

HSL color Cylindrical-coordinate representation of color #748012: hue angle of 66.55º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #748012 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 18 -
CMYK 0.09 0 0.86 0.50
HSL 66.55º 0.75% 0.29% -
HSV(B) 66.55º 0.86% 0.5% -
XYZ 15.03 19.2 3.49 -
YUV 111.87 75.02 130.94 -
System Red Green Blue C M Y K H S L
Decimal 116 128 18 0.09 0 0.86 0.50 66.55 0.75 0.29
Hex 74 80 12 9 0 56 32 43 4B 1D
Octal 164 200 22 11 0 126 62 103 113 35
Binary 1110100 10000000 10010 1001 0 1010110 110010 1000011 1001011 11101

Color Harmonies of #748012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748012

Black with #748012

Text Example


Text Example

White with #748012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748012; }

 p { color: rgb(116,128,18); }

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

background-color css

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

 a { background-color: rgb(116,128,18); }

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

border-color css

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

 span { border-color: rgb(116,128,18); }

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