Html Css Color HEX #7C991F Sushi

📋 copy color: '#7C991F'

red 124 ◦ green 153 ◦ blue 31

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

Shades of Sushi #7C991F

Tints of Sushi #7C991F

RGB

 RED value IS 124 (48.83% from 255) = 40.26%

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

 BLUE value IS 31 (12.5% from 255) = 10.06%

R = 40.26%
G = 49.68%
B = 10.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#7C991F (or 0x7C991F) is known color: Sushi. HEX triplet: 7C, 99 and 1F. RGB value is (124,153,31). Sum of RGB (Red+Green+Blue) = 124+153+31=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #7C991F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C991F is #8366E0. Grayscale: #828282. Windows color (decimal): -8611553 or 2070908. OLE color: 2070908.

HSL color Cylindrical-coordinate representation of color #7C991F: hue angle of 74.26º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C991F is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 153 31 -
CMYK 0.19 0 0.80 0.4
HSL 74.26º 0.66% 0.36% -
HSV(B) 74.26º 0.8% 0.6% -
XYZ 19.95 27.17 5.49 -
YUV 130.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 124 153 31 0.19 0 0.80 0.4 74.26 0.66 0.36
Hex 7C 99 1F 13 0 50 28 4A 42 24
Octal 174 231 37 23 0 120 50 112 102 44
Binary 1111100 10011001 11111 10011 0 1010000 101000 1001010 1000010 100100

Color Harmonies of #7C991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C991F

Black with #7C991F

Text Example


Text Example

White with #7C991F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,153,31); }

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

background-color css

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

 a { background-color: rgb(124,153,31); }

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

border-color css

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

 span { border-color: rgb(124,153,31); }

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