Html Css Color HEX #7D9423 Sushi

📋 copy color: '#7D9423'

red 125 ◦ green 148 ◦ blue 35

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

Shades of Sushi #7D9423

Tints of Sushi #7D9423

RGB

 RED value IS 125 (49.22% from 255) = 40.58%

 GREEN value IS 148 (58.2% from 255) = 48.05%

 BLUE value IS 35 (14.06% from 255) = 11.36%

R = 40.58%
G = 48.05%
B = 11.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#7D9423 (or 0x7D9423) is known color: Sushi. HEX triplet: 7D, 94 and 23. RGB value is (125,148,35). Sum of RGB (Red+Green+Blue) = 125+148+35=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9423 is #826BDC. Grayscale: #808080. Windows color (decimal): -8547293 or 2331773. OLE color: 2331773.

HSL color Cylindrical-coordinate representation of color #7D9423: hue angle of 72.21º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D9423 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 35 -
CMYK 0.16 0 0.76 0.42
HSL 72.21º 0.62% 0.36% -
HSV(B) 72.21º 0.76% 0.58% -
XYZ 19.35 25.66 5.52 -
YUV 128.24 75.38 125.69 -
System Red Green Blue C M Y K H S L
Decimal 125 148 35 0.16 0 0.76 0.42 72.21 0.62 0.36
Hex 7D 94 23 10 0 4C 2A 48 3E 24
Octal 175 224 43 20 0 114 52 110 76 44
Binary 1111101 10010100 100011 10000 0 1001100 101010 1001000 111110 100100

Color Harmonies of #7D9423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9423

Black with #7D9423

Text Example


Text Example

White with #7D9423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,35); }

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

background-color css

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

 a { background-color: rgb(125,148,35); }

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

border-color css

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

 span { border-color: rgb(125,148,35); }

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