Html Css Color HEX #769B2B Sushi

📋 copy color: '#769B2B'

red 118 ◦ green 155 ◦ blue 43

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

Shades of Sushi #769B2B

Tints of Sushi #769B2B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.05%

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 37.34%
G = 49.05%
B = 13.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#769B2B (or 0x769B2B) is known color: Sushi. HEX triplet: 76, 9B and 2B. RGB value is (118,155,43). Sum of RGB (Red+Green+Blue) = 118+155+43=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #769B2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769B2B is #8964D4. Grayscale: #838383. Windows color (decimal): -9004245 or 2857846. OLE color: 2857846.

HSL color Cylindrical-coordinate representation of color #769B2B: hue angle of 79.82º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #769B2B is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 43 -
CMYK 0.24 0 0.72 0.39
HSL 79.82º 0.57% 0.39% -
HSV(B) 79.82º 0.72% 0.61% -
XYZ 19.63 27.47 6.55 -
YUV 131.17 78.24 118.61 -
System Red Green Blue C M Y K H S L
Decimal 118 155 43 0.24 0 0.72 0.39 79.82 0.57 0.39
Hex 76 9B 2B 18 0 48 27 50 39 27
Octal 166 233 53 30 0 110 47 120 71 47
Binary 1110110 10011011 101011 11000 0 1001000 100111 1010000 111001 100111

Color Harmonies of #769B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B2B

Black with #769B2B

Text Example


Text Example

White with #769B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769B2B; }

 p { color: rgb(118,155,43); }

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

background-color css

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

 a { background-color: rgb(118,155,43); }

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

border-color css

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

 span { border-color: rgb(118,155,43); }

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