Html Css Color HEX #768534 Wasabi

📋 copy color: '#768534'

red 118 ◦ green 133 ◦ blue 52

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

Shades of Wasabi #768534

Tints of Wasabi #768534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.89%

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 38.94%
G = 43.89%
B = 17.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#768534 (or 0x768534) is known color: Wasabi. HEX triplet: 76, 85 and 34. RGB value is (118,133,52). Sum of RGB (Red+Green+Blue) = 118+133+52=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #768534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768534 is #897ACB. Grayscale: #777777. Windows color (decimal): -9009868 or 3442038. OLE color: 3442038.

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

Color convert

RGB 118 133 52 -
CMYK 0.11 0 0.61 0.48
HSL 71.11º 0.44% 0.36% -
HSV(B) 71.11º 0.61% 0.52% -
XYZ 16.48 20.87 6.41 -
YUV 119.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 118 133 52 0.11 0 0.61 0.48 71.11 0.44 0.36
Hex 76 85 34 B 0 3D 30 47 2C 24
Octal 166 205 64 13 0 75 60 107 54 44
Binary 1110110 10000101 110100 1011 0 111101 110000 1000111 101100 100100

Color Harmonies of #768534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768534

Black with #768534

Text Example


Text Example

White with #768534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768534; }

 p { color: rgb(118,133,52); }

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

background-color css

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

 a { background-color: rgb(118,133,52); }

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

border-color css

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

 span { border-color: rgb(118,133,52); }

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