Html Css Color HEX #748718 Trendy Green

📋 copy color: '#748718'

red 116 ◦ green 135 ◦ blue 24

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

Shades of Trendy Green #748718

Tints of Trendy Green #748718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.73%

R = 42.18%
G = 49.09%
B = 8.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#748718 (or 0x748718) is known color: Trendy Green. HEX triplet: 74, 87 and 18. RGB value is (116,135,24). Sum of RGB (Red+Green+Blue) = 116+135+24=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #748718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748718 is #8B78E7. Grayscale: #757575. Windows color (decimal): -9140456 or 1607540. OLE color: 1607540.

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

Color convert

RGB 116 135 24 -
CMYK 0.14 0 0.82 0.47
HSL 70.27º 0.7% 0.31% -
HSV(B) 70.27º 0.82% 0.53% -
XYZ 16.03 21.11 4.09 -
YUV 116.67 75.71 127.53 -
System Red Green Blue C M Y K H S L
Decimal 116 135 24 0.14 0 0.82 0.47 70.27 0.7 0.31
Hex 74 87 18 E 0 52 2F 46 46 1F
Octal 164 207 30 16 0 122 57 106 106 37
Binary 1110100 10000111 11000 1110 0 1010010 101111 1000110 1000110 11111

Color Harmonies of #748718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748718

Black with #748718

Text Example


Text Example

White with #748718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748718; }

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

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

background-color css

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

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

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

border-color css

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

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

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