Html Css Color HEX #748017 Trendy Green

📋 copy color: '#748017'

red 116 ◦ green 128 ◦ blue 23

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

Shades of Trendy Green #748017

Tints of Trendy Green #748017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 43.45%
G = 47.94%
B = 8.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#748017 (or 0x748017) is known color: Trendy Green. HEX triplet: 74, 80 and 17. RGB value is (116,128,23). Sum of RGB (Red+Green+Blue) = 116+128+23=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #748017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748017 is #8B7FE8. Grayscale: #707070. Windows color (decimal): -9142249 or 1540212. OLE color: 1540212.

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

Color convert

RGB 116 128 23 -
CMYK 0.09 0 0.82 0.50
HSL 66.86º 0.7% 0.3% -
HSV(B) 66.86º 0.82% 0.5% -
XYZ 15.08 19.21 3.72 -
YUV 112.44 77.52 130.54 -
System Red Green Blue C M Y K H S L
Decimal 116 128 23 0.09 0 0.82 0.50 66.86 0.7 0.3
Hex 74 80 17 9 0 52 32 43 46 1E
Octal 164 200 27 11 0 122 62 103 106 36
Binary 1110100 10000000 10111 1001 0 1010010 110010 1000011 1000110 11110

Color Harmonies of #748017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748017

Black with #748017

Text Example


Text Example

White with #748017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748017; }

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

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

background-color css

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

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

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

border-color css

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

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

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