Html Css Color HEX #768236 Wasabi

📋 copy color: '#768236'

red 118 ◦ green 130 ◦ blue 54

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

Shades of Wasabi #768236

Tints of Wasabi #768236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.05%

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 39.07%
G = 43.05%
B = 17.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#768236 (or 0x768236) is known color: Wasabi. HEX triplet: 76, 82 and 36. RGB value is (118,130,54). Sum of RGB (Red+Green+Blue) = 118+130+54=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #768236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768236 is #897DC9. Grayscale: #767676. Windows color (decimal): -9010634 or 3572342. OLE color: 3572342.

HSL color Cylindrical-coordinate representation of color #768236: hue angle of 69.47º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #768236 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 54 -
CMYK 0.09 0 0.58 0.49
HSL 69.47º 0.41% 0.36% -
HSV(B) 69.47º 0.58% 0.51% -
XYZ 16.12 20.08 6.52 -
YUV 117.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 118 130 54 0.09 0 0.58 0.49 69.47 0.41 0.36
Hex 76 82 36 9 0 3A 31 45 29 24
Octal 166 202 66 11 0 72 61 105 51 44
Binary 1110110 10000010 110110 1001 0 111010 110001 1000101 101001 100100

Color Harmonies of #768236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768236

Black with #768236

Text Example


Text Example

White with #768236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768236; }

 p { color: rgb(118,130,54); }

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

background-color css

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

 a { background-color: rgb(118,130,54); }

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

border-color css

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

 span { border-color: rgb(118,130,54); }

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