Html Css Color HEX #7B9426 Sushi

📋 copy color: '#7B9426'

red 123 ◦ green 148 ◦ blue 38

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

Shades of Sushi #7B9426

Tints of Sushi #7B9426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 39.81%
G = 47.9%
B = 12.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#7B9426 (or 0x7B9426) is known color: Sushi. HEX triplet: 7B, 94 and 26. RGB value is (123,148,38). Sum of RGB (Red+Green+Blue) = 123+148+38=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9426 is #846BD9. Grayscale: #808080. Windows color (decimal): -8678362 or 2528379. OLE color: 2528379.

HSL color Cylindrical-coordinate representation of color #7B9426: hue angle of 73.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B9426 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 148 38 -
CMYK 0.17 0 0.74 0.42
HSL 73.64º 0.59% 0.36% -
HSV(B) 73.64º 0.74% 0.58% -
XYZ 19.11 25.53 5.75 -
YUV 127.99 77.22 124.44 -
System Red Green Blue C M Y K H S L
Decimal 123 148 38 0.17 0 0.74 0.42 73.64 0.59 0.36
Hex 7B 94 26 11 0 4A 2A 4A 3B 24
Octal 173 224 46 21 0 112 52 112 73 44
Binary 1111011 10010100 100110 10001 0 1001010 101010 1001010 111011 100100

Color Harmonies of #7B9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9426

Black with #7B9426

Text Example


Text Example

White with #7B9426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,148,38); }

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

background-color css

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

 a { background-color: rgb(123,148,38); }

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

border-color css

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

 span { border-color: rgb(123,148,38); }

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