Html Css Color HEX #7B8C3D Wasabi

📋 copy color: '#7B8C3D'

red 123 ◦ green 140 ◦ blue 61

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

Shades of Wasabi #7B8C3D

Tints of Wasabi #7B8C3D

RGB

 RED value IS 123 (48.44% from 255) = 37.96%

 GREEN value IS 140 (55.08% from 255) = 43.21%

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 37.96%
G = 43.21%
B = 18.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#7B8C3D (or 0x7B8C3D) is known color: Wasabi. HEX triplet: 7B, 8C and 3D. RGB value is (123,140,61). Sum of RGB (Red+Green+Blue) = 123+140+61=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #7B8C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8C3D is #8473C2. Grayscale: #7E7E7E. Windows color (decimal): -8680387 or 4033659. OLE color: 4033659.

HSL color Cylindrical-coordinate representation of color #7B8C3D: hue angle of 72.91º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B8C3D is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 140 61 -
CMYK 0.12 0 0.56 0.45
HSL 72.91º 0.39% 0.39% -
HSV(B) 72.91º 0.56% 0.55% -
XYZ 18.39 23.3 7.94 -
YUV 125.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 123 140 61 0.12 0 0.56 0.45 72.91 0.39 0.39
Hex 7B 8C 3D C 0 38 2D 49 27 27
Octal 173 214 75 14 0 70 55 111 47 47
Binary 1111011 10001100 111101 1100 0 111000 101101 1001001 100111 100111

Color Harmonies of #7B8C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8C3D

Black with #7B8C3D

Text Example


Text Example

White with #7B8C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B8C3D; }

 p { color: rgb(123,140,61); }

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

background-color css

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

 a { background-color: rgb(123,140,61); }

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

border-color css

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

 span { border-color: rgb(123,140,61); }

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