Html Css Color HEX #769330 Sushi

📋 copy color: '#769330'

red 118 ◦ green 147 ◦ blue 48

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

Shades of Sushi #769330

Tints of Sushi #769330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

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

R = 37.7%
G = 46.96%
B = 15.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#769330 (or 0x769330) is known color: Sushi. HEX triplet: 76, 93 and 30. RGB value is (118,147,48). Sum of RGB (Red+Green+Blue) = 118+147+48=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #769330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769330 is #896CCF. Grayscale: #7F7F7F. Windows color (decimal): -9006288 or 3183478. OLE color: 3183478.

HSL color Cylindrical-coordinate representation of color #769330: hue angle of 77.58º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #769330 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 48 -
CMYK 0.20 0 0.67 0.42
HSL 77.58º 0.51% 0.38% -
HSV(B) 77.58º 0.67% 0.58% -
XYZ 18.44 24.93 6.64 -
YUV 127.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 118 147 48 0.20 0 0.67 0.42 77.58 0.51 0.38
Hex 76 93 30 14 0 43 2A 4E 33 26
Octal 166 223 60 24 0 103 52 116 63 46
Binary 1110110 10010011 110000 10100 0 1000011 101010 1001110 110011 100110

Color Harmonies of #769330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769330

Black with #769330

Text Example


Text Example

White with #769330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769330; }

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

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

background-color css

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

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

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

border-color css

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

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

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