Html Css Color HEX #768425 Trendy Green

📋 copy color: '#768425'

red 118 ◦ green 132 ◦ blue 37

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

Shades of Trendy Green #768425

Tints of Trendy Green #768425

RGB

 RED value IS 118 (46.48% from 255) = 41.11%

 GREEN value IS 132 (51.95% from 255) = 45.99%

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 41.11%
G = 45.99%
B = 12.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#768425 (or 0x768425) is known color: Trendy Green. HEX triplet: 76, 84 and 25. RGB value is (118,132,37). Sum of RGB (Red+Green+Blue) = 118+132+37=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #768425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768425 is #897BDA. Grayscale: #757575. Windows color (decimal): -9010139 or 2458742. OLE color: 2458742.

HSL color Cylindrical-coordinate representation of color #768425: hue angle of 68.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #768425 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 37 -
CMYK 0.11 0 0.72 0.48
HSL 68.84º 0.56% 0.33% -
HSV(B) 68.84º 0.72% 0.52% -
XYZ 16.06 20.49 4.86 -
YUV 116.98 82.86 128.72 -
System Red Green Blue C M Y K H S L
Decimal 118 132 37 0.11 0 0.72 0.48 68.84 0.56 0.33
Hex 76 84 25 B 0 48 30 45 38 21
Octal 166 204 45 13 0 110 60 105 70 41
Binary 1110110 10000100 100101 1011 0 1001000 110000 1000101 111000 100001

Color Harmonies of #768425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768425

Black with #768425

Text Example


Text Example

White with #768425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768425; }

 p { color: rgb(118,132,37); }

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

background-color css

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

 a { background-color: rgb(118,132,37); }

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

border-color css

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

 span { border-color: rgb(118,132,37); }

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