Html Css Color HEX #7F992C Sushi

📋 copy color: '#7F992C'

red 127 ◦ green 153 ◦ blue 44

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

Shades of Sushi #7F992C

Tints of Sushi #7F992C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 39.2%
G = 47.22%
B = 13.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#7F992C (or 0x7F992C) is known color: Sushi. HEX triplet: 7F, 99 and 2C. RGB value is (127,153,44). Sum of RGB (Red+Green+Blue) = 127+153+44=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #7F992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F992C is #8066D3. Grayscale: #858585. Windows color (decimal): -8414932 or 2922879. OLE color: 2922879.

HSL color Cylindrical-coordinate representation of color #7F992C: hue angle of 74.31º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F992C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 153 44 -
CMYK 0.17 0 0.71 0.4
HSL 74.31º 0.55% 0.39% -
HSV(B) 74.31º 0.71% 0.6% -
XYZ 20.6 27.48 6.6 -
YUV 132.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 127 153 44 0.17 0 0.71 0.4 74.31 0.55 0.39
Hex 7F 99 2C 11 0 47 28 4A 37 27
Octal 177 231 54 21 0 107 50 112 67 47
Binary 1111111 10011001 101100 10001 0 1000111 101000 1001010 110111 100111

Color Harmonies of #7F992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F992C

Black with #7F992C

Text Example


Text Example

White with #7F992C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,153,44); }

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

background-color css

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

 a { background-color: rgb(127,153,44); }

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

border-color css

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

 span { border-color: rgb(127,153,44); }

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