Html Css Color HEX #7B914B Wasabi

📋 copy color: '#7B914B'

red 123 ◦ green 145 ◦ blue 75

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

Shades of Wasabi #7B914B

Tints of Wasabi #7B914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.27%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 35.86%
G = 42.27%
B = 21.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#7B914B (or 0x7B914B) is known color: Wasabi. HEX triplet: 7B, 91 and 4B. RGB value is (123,145,75). Sum of RGB (Red+Green+Blue) = 123+145+75=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #7B914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B914B is #846EB4. Grayscale: #828282. Windows color (decimal): -8679093 or 4952443. OLE color: 4952443.

HSL color Cylindrical-coordinate representation of color #7B914B: hue angle of 78.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B914B is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 145 75 -
CMYK 0.15 0 0.48 0.43
HSL 78.86º 0.32% 0.43% -
HSV(B) 78.86º 0.48% 0.57% -
XYZ 19.56 24.97 10.45 -
YUV 130.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 123 145 75 0.15 0 0.48 0.43 78.86 0.32 0.43
Hex 7B 91 4B F 0 30 2B 4F 20 2B
Octal 173 221 113 17 0 60 53 117 40 53
Binary 1111011 10010001 1001011 1111 0 110000 101011 1001111 100000 101011

Color Harmonies of #7B914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B914B

Black with #7B914B

Text Example


Text Example

White with #7B914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,145,75); }

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

background-color css

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

 a { background-color: rgb(123,145,75); }

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

border-color css

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

 span { border-color: rgb(123,145,75); }

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