Html Css Color HEX #768630 Trendy Green

📋 copy color: '#768630'

red 118 ◦ green 134 ◦ blue 48

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

Shades of Trendy Green #768630

Tints of Trendy Green #768630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

 BLUE value IS 48 (19.14% from 255) = 16%

R = 39.33%
G = 44.67%
B = 16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#768630 (or 0x768630) is known color: Trendy Green. HEX triplet: 76, 86 and 30. RGB value is (118,134,48). Sum of RGB (Red+Green+Blue) = 118+134+48=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #768630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768630 is #8979CF. Grayscale: #777777. Windows color (decimal): -9009616 or 3180150. OLE color: 3180150.

HSL color Cylindrical-coordinate representation of color #768630: hue angle of 71.16º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #768630 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 48 -
CMYK 0.12 0 0.64 0.47
HSL 71.16º 0.47% 0.36% -
HSV(B) 71.16º 0.64% 0.53% -
XYZ 16.53 21.12 6 -
YUV 119.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 118 134 48 0.12 0 0.64 0.47 71.16 0.47 0.36
Hex 76 86 30 C 0 40 2F 47 2F 24
Octal 166 206 60 14 0 100 57 107 57 44
Binary 1110110 10000110 110000 1100 0 1000000 101111 1000111 101111 100100

Color Harmonies of #768630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768630

Black with #768630

Text Example


Text Example

White with #768630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768630; }

 p { color: rgb(118,134,48); }

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

background-color css

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

 a { background-color: rgb(118,134,48); }

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

border-color css

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

 span { border-color: rgb(118,134,48); }

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