Html Css Color HEX #769030 Sushi

📋 copy color: '#769030'

red 118 ◦ green 144 ◦ blue 48

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

Shades of Sushi #769030

Tints of Sushi #769030

RGB

 RED value IS 118 (46.48% from 255) = 38.06%

 GREEN value IS 144 (56.64% from 255) = 46.45%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 38.06%
G = 46.45%
B = 15.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#769030 (or 0x769030) is known color: Sushi. HEX triplet: 76, 90 and 30. RGB value is (118,144,48). Sum of RGB (Red+Green+Blue) = 118+144+48=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #769030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769030 is #896FCF. Grayscale: #7D7D7D. Windows color (decimal): -9007056 or 3182710. OLE color: 3182710.

HSL color Cylindrical-coordinate representation of color #769030: hue angle of 76.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #769030 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 48 -
CMYK 0.18 0 0.67 0.44
HSL 76.25º 0.5% 0.38% -
HSV(B) 76.25º 0.67% 0.56% -
XYZ 17.98 24.01 6.48 -
YUV 125.28 84.39 122.81 -
System Red Green Blue C M Y K H S L
Decimal 118 144 48 0.18 0 0.67 0.44 76.25 0.5 0.38
Hex 76 90 30 12 0 43 2C 4C 32 26
Octal 166 220 60 22 0 103 54 114 62 46
Binary 1110110 10010000 110000 10010 0 1000011 101100 1001100 110010 100110

Color Harmonies of #769030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769030

Black with #769030

Text Example


Text Example

White with #769030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769030; }

 p { color: rgb(118,144,48); }

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

background-color css

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

 a { background-color: rgb(118,144,48); }

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

border-color css

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

 span { border-color: rgb(118,144,48); }

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