Html Css Color HEX #748111 Trendy Green

📋 copy color: '#748111'

red 116 ◦ green 129 ◦ blue 17

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

Shades of Trendy Green #748111

Tints of Trendy Green #748111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.24%

 BLUE value IS 17 (7.03% from 255) = 6.49%

R = 44.27%
G = 49.24%
B = 6.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#748111 (or 0x748111) is known color: Trendy Green. HEX triplet: 74, 81 and 11. RGB value is (116,129,17). Sum of RGB (Red+Green+Blue) = 116+129+17=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #748111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748111 is #8B7EEE. Grayscale: #707070. Windows color (decimal): -9141999 or 1147252. OLE color: 1147252.

HSL color Cylindrical-coordinate representation of color #748111: hue angle of 66.96º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #748111 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 17 -
CMYK 0.10 0 0.87 0.49
HSL 66.96º 0.77% 0.29% -
HSV(B) 66.96º 0.87% 0.51% -
XYZ 15.15 19.45 3.49 -
YUV 112.35 74.19 130.61 -
System Red Green Blue C M Y K H S L
Decimal 116 129 17 0.10 0 0.87 0.49 66.96 0.77 0.29
Hex 74 81 11 A 0 57 31 43 4D 1D
Octal 164 201 21 12 0 127 61 103 115 35
Binary 1110100 10000001 10001 1010 0 1010111 110001 1000011 1001101 11101

Color Harmonies of #748111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748111

Black with #748111

Text Example


Text Example

White with #748111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748111; }

 p { color: rgb(116,129,17); }

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

background-color css

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

 a { background-color: rgb(116,129,17); }

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

border-color css

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

 span { border-color: rgb(116,129,17); }

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