Html Css Color HEX #7DB038 Sushi

📋 copy color: '#7DB038'

red 125 ◦ green 176 ◦ blue 56

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

Shades of Sushi #7DB038

Tints of Sushi #7DB038

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.3%

 BLUE value IS 56 (22.27% from 255) = 15.69%

R = 35.01%
G = 49.3%
B = 15.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#7DB038 (or 0x7DB038) is known color: Sushi. HEX triplet: 7D, B0 and 38. RGB value is (125,176,56). Sum of RGB (Red+Green+Blue) = 125+176+56=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB038 is #824FC7. Grayscale: #939393. Windows color (decimal): -8540104 or 3715197. OLE color: 3715197.

HSL color Cylindrical-coordinate representation of color #7DB038: hue angle of 85.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DB038 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 56 -
CMYK 0.29 0 0.68 0.31
HSL 85.5º 0.52% 0.45% -
HSV(B) 85.5º 0.68% 0.69% -
XYZ 24.7 35.7 9.33 -
YUV 147.07 76.6 112.26 -
System Red Green Blue C M Y K H S L
Decimal 125 176 56 0.29 0 0.68 0.31 85.5 0.52 0.45
Hex 7D B0 38 1D 0 44 1F 56 34 2D
Octal 175 260 70 35 0 104 37 126 64 55
Binary 1111101 10110000 111000 11101 0 1000100 11111 1010110 110100 101101

Color Harmonies of #7DB038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB038

Black with #7DB038

Text Example


Text Example

White with #7DB038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,176,56); }

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

background-color css

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

 a { background-color: rgb(125,176,56); }

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

border-color css

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

 span { border-color: rgb(125,176,56); }

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