Html Css Color HEX #769630 Sushi

📋 copy color: '#769630'

red 118 ◦ green 150 ◦ blue 48

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

Shades of Sushi #769630

Tints of Sushi #769630

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

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

R = 37.34%
G = 47.47%
B = 15.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#769630 (or 0x769630) is known color: Sushi. HEX triplet: 76, 96 and 30. RGB value is (118,150,48). Sum of RGB (Red+Green+Blue) = 118+150+48=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #769630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769630 is #8969CF. Grayscale: #818181. Windows color (decimal): -9005520 or 3184246. OLE color: 3184246.

HSL color Cylindrical-coordinate representation of color #769630: hue angle of 78.82º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #769630 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 48 -
CMYK 0.21 0 0.68 0.41
HSL 78.82º 0.52% 0.39% -
HSV(B) 78.82º 0.68% 0.59% -
XYZ 18.91 25.88 6.79 -
YUV 128.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 118 150 48 0.21 0 0.68 0.41 78.82 0.52 0.39
Hex 76 96 30 15 0 44 29 4F 34 27
Octal 166 226 60 25 0 104 51 117 64 47
Binary 1110110 10010110 110000 10101 0 1000100 101001 1001111 110100 100111

Color Harmonies of #769630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769630

Black with #769630

Text Example


Text Example

White with #769630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769630; }

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

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

background-color css

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

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

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

border-color css

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

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

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