Html Css Color HEX #7F9826 Sushi

📋 copy color: '#7F9826'

red 127 ◦ green 152 ◦ blue 38

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

Shades of Sushi #7F9826

Tints of Sushi #7F9826

RGB

 RED value IS 127 (50% from 255) = 40.06%

 GREEN value IS 152 (59.77% from 255) = 47.95%

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

R = 40.06%
G = 47.95%
B = 11.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#7F9826 (or 0x7F9826) is known color: Sushi. HEX triplet: 7F, 98 and 26. RGB value is (127,152,38). Sum of RGB (Red+Green+Blue) = 127+152+38=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9826 is #8067D9. Grayscale: #838383. Windows color (decimal): -8415194 or 2529407. OLE color: 2529407.

HSL color Cylindrical-coordinate representation of color #7F9826: hue angle of 73.16º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F9826 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 152 38 -
CMYK 0.16 0 0.75 0.40
HSL 73.16º 0.6% 0.37% -
HSV(B) 73.16º 0.75% 0.6% -
XYZ 20.33 27.11 5.99 -
YUV 131.53 75.22 124.77 -
System Red Green Blue C M Y K H S L
Decimal 127 152 38 0.16 0 0.75 0.40 73.16 0.6 0.37
Hex 7F 98 26 10 0 4B 28 49 3C 25
Octal 177 230 46 20 0 113 50 111 74 45
Binary 1111111 10011000 100110 10000 0 1001011 101000 1001001 111100 100101

Color Harmonies of #7F9826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9826

Black with #7F9826

Text Example


Text Example

White with #7F9826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,152,38); }

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

background-color css

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

 a { background-color: rgb(127,152,38); }

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

border-color css

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

 span { border-color: rgb(127,152,38); }

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