Html Css Color HEX #7B993A Sushi

📋 copy color: '#7B993A'

red 123 ◦ green 153 ◦ blue 58

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

Shades of Sushi #7B993A

Tints of Sushi #7B993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 36.83%
G = 45.81%
B = 17.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#7B993A (or 0x7B993A) is known color: Sushi. HEX triplet: 7B, 99 and 3A. RGB value is (123,153,58). Sum of RGB (Red+Green+Blue) = 123+153+58=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #7B993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B993A is #8466C5. Grayscale: #858585. Windows color (decimal): -8677062 or 3840379. OLE color: 3840379.

HSL color Cylindrical-coordinate representation of color #7B993A: hue angle of 78.95º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B993A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 153 58 -
CMYK 0.20 0 0.62 0.4
HSL 78.95º 0.45% 0.41% -
HSV(B) 78.95º 0.62% 0.6% -
XYZ 20.32 27.3 8.2 -
YUV 133.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 123 153 58 0.20 0 0.62 0.4 78.95 0.45 0.41
Hex 7B 99 3A 14 0 3E 28 4F 2D 29
Octal 173 231 72 24 0 76 50 117 55 51
Binary 1111011 10011001 111010 10100 0 111110 101000 1001111 101101 101001

Color Harmonies of #7B993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B993A

Black with #7B993A

Text Example


Text Example

White with #7B993A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,153,58); }

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

background-color css

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

 a { background-color: rgb(123,153,58); }

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

border-color css

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

 span { border-color: rgb(123,153,58); }

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