Html Css Color HEX #769230 Sushi

📋 copy color: '#769230'

red 118 ◦ green 146 ◦ blue 48

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

Shades of Sushi #769230

Tints of Sushi #769230

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

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

R = 37.82%
G = 46.79%
B = 15.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#769230 (or 0x769230) is known color: Sushi. HEX triplet: 76, 92 and 30. RGB value is (118,146,48). Sum of RGB (Red+Green+Blue) = 118+146+48=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #769230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769230 is #896DCF. Grayscale: #7E7E7E. Windows color (decimal): -9006544 or 3183222. OLE color: 3183222.

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

Color convert

RGB 118 146 48 -
CMYK 0.19 0 0.67 0.43
HSL 77.14º 0.51% 0.38% -
HSV(B) 77.14º 0.67% 0.57% -
XYZ 18.28 24.62 6.59 -
YUV 126.46 83.72 121.97 -
System Red Green Blue C M Y K H S L
Decimal 118 146 48 0.19 0 0.67 0.43 77.14 0.51 0.38
Hex 76 92 30 13 0 43 2B 4D 33 26
Octal 166 222 60 23 0 103 53 115 63 46
Binary 1110110 10010010 110000 10011 0 1000011 101011 1001101 110011 100110

Color Harmonies of #769230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769230

Black with #769230

Text Example


Text Example

White with #769230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769230; }

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

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

background-color css

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

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

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

border-color css

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

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

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