Html Css Color HEX #7C9B25 Sushi

📋 copy color: '#7C9B25'

red 124 ◦ green 155 ◦ blue 37

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

Shades of Sushi #7C9B25

Tints of Sushi #7C9B25

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.05%

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 39.24%
G = 49.05%
B = 11.71%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#7C9B25 (or 0x7C9B25) is known color: Sushi. HEX triplet: 7C, 9B and 25. RGB value is (124,155,37). Sum of RGB (Red+Green+Blue) = 124+155+37=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9B25 is #8364DA. Grayscale: #848484. Windows color (decimal): -8611035 or 2464636. OLE color: 2464636.

HSL color Cylindrical-coordinate representation of color #7C9B25: hue angle of 75.76º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C9B25 is Cyan = 0.2, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 155 37 -
CMYK 0.2 0 0.76 0.39
HSL 75.76º 0.61% 0.38% -
HSV(B) 75.76º 0.76% 0.61% -
XYZ 20.37 27.86 6.05 -
YUV 132.28 74.23 122.09 -
System Red Green Blue C M Y K H S L
Decimal 124 155 37 0.2 0 0.76 0.39 75.76 0.61 0.38
Hex 7C 9B 25 14 0 4C 27 4C 3D 26
Octal 174 233 45 24 0 114 47 114 75 46
Binary 1111100 10011011 100101 10100 0 1001100 100111 1001100 111101 100110

Color Harmonies of #7C9B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9B25

Black with #7C9B25

Text Example


Text Example

White with #7C9B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,155,37); }

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

background-color css

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

 a { background-color: rgb(124,155,37); }

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

border-color css

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

 span { border-color: rgb(124,155,37); }

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