Html Css Color HEX #7E9622 Sushi

📋 copy color: '#7E9622'

red 126 ◦ green 150 ◦ blue 34

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

Shades of Sushi #7E9622

Tints of Sushi #7E9622

RGB

 RED value IS 126 (49.61% from 255) = 40.65%

 GREEN value IS 150 (58.98% from 255) = 48.39%

 BLUE value IS 34 (13.67% from 255) = 10.97%

R = 40.65%
G = 48.39%
B = 10.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#7E9622 (or 0x7E9622) is known color: Sushi. HEX triplet: 7E, 96 and 22. RGB value is (126,150,34). Sum of RGB (Red+Green+Blue) = 126+150+34=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #7E9622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9622 is #8169DD. Grayscale: #828282. Windows color (decimal): -8481246 or 2266750. OLE color: 2266750.

HSL color Cylindrical-coordinate representation of color #7E9622: hue angle of 72.41º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E9622 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 150 34 -
CMYK 0.16 0 0.77 0.41
HSL 72.41º 0.63% 0.36% -
HSV(B) 72.41º 0.77% 0.59% -
XYZ 19.8 26.36 5.56 -
YUV 129.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 126 150 34 0.16 0 0.77 0.41 72.41 0.63 0.36
Hex 7E 96 22 10 0 4D 29 48 3F 24
Octal 176 226 42 20 0 115 51 110 77 44
Binary 1111110 10010110 100010 10000 0 1001101 101001 1001000 111111 100100

Color Harmonies of #7E9622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9622

Black with #7E9622

Text Example


Text Example

White with #7E9622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,150,34); }

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

background-color css

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

 a { background-color: rgb(126,150,34); }

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

border-color css

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

 span { border-color: rgb(126,150,34); }

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