Html Css Color HEX #7C993C Sushi

📋 copy color: '#7C993C'

red 124 ◦ green 153 ◦ blue 60

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

Shades of Sushi #7C993C

Tints of Sushi #7C993C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 36.8%
G = 45.4%
B = 17.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#7C993C (or 0x7C993C) is known color: Sushi. HEX triplet: 7C, 99 and 3C. RGB value is (124,153,60). Sum of RGB (Red+Green+Blue) = 124+153+60=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #7C993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C993C is #8366C3. Grayscale: #868686. Windows color (decimal): -8611524 or 3971452. OLE color: 3971452.

HSL color Cylindrical-coordinate representation of color #7C993C: hue angle of 78.71º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C993C is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 153 60 -
CMYK 0.19 0 0.61 0.4
HSL 78.71º 0.44% 0.42% -
HSV(B) 78.71º 0.61% 0.6% -
XYZ 20.52 27.39 8.48 -
YUV 133.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 124 153 60 0.19 0 0.61 0.4 78.71 0.44 0.42
Hex 7C 99 3C 13 0 3D 28 4F 2C 2A
Octal 174 231 74 23 0 75 50 117 54 52
Binary 1111100 10011001 111100 10011 0 111101 101000 1001111 101100 101010

Color Harmonies of #7C993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C993C

Black with #7C993C

Text Example


Text Example

White with #7C993C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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