Html Css Color HEX #748712 Trendy Green

📋 copy color: '#748712'

red 116 ◦ green 135 ◦ blue 18

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

Shades of Trendy Green #748712

Tints of Trendy Green #748712

RGB

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

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

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

R = 43.12%
G = 50.19%
B = 6.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#748712 (or 0x748712) is known color: Trendy Green. HEX triplet: 74, 87 and 12. RGB value is (116,135,18). Sum of RGB (Red+Green+Blue) = 116+135+18=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #748712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748712 is #8B78ED. Grayscale: #747474. Windows color (decimal): -9140462 or 1214324. OLE color: 1214324.

HSL color Cylindrical-coordinate representation of color #748712: hue angle of 69.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #748712 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 18 -
CMYK 0.14 0 0.87 0.47
HSL 69.74º 0.76% 0.3% -
HSV(B) 69.74º 0.87% 0.53% -
XYZ 15.98 21.08 3.8 -
YUV 115.98 72.71 128.01 -
System Red Green Blue C M Y K H S L
Decimal 116 135 18 0.14 0 0.87 0.47 69.74 0.76 0.3
Hex 74 87 12 E 0 57 2F 46 4C 1E
Octal 164 207 22 16 0 127 57 106 114 36
Binary 1110100 10000111 10010 1110 0 1010111 101111 1000110 1001100 11110

Color Harmonies of #748712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748712

Black with #748712

Text Example


Text Example

White with #748712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748712; }

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

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

background-color css

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

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

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

border-color css

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

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

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