Html Css Color HEX #769D33 Sushi

📋 copy color: '#769D33'

red 118 ◦ green 157 ◦ blue 51

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

Shades of Sushi #769D33

Tints of Sushi #769D33

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.16%

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 36.2%
G = 48.16%
B = 15.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#769D33 (or 0x769D33) is known color: Sushi. HEX triplet: 76, 9D and 33. RGB value is (118,157,51). Sum of RGB (Red+Green+Blue) = 118+157+51=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #769D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769D33 is #8962CC. Grayscale: #858585. Windows color (decimal): -9003725 or 3382646. OLE color: 3382646.

HSL color Cylindrical-coordinate representation of color #769D33: hue angle of 82.08º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #769D33 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 157 51 -
CMYK 0.25 0 0.68 0.38
HSL 82.08º 0.51% 0.41% -
HSV(B) 82.08º 0.68% 0.62% -
XYZ 20.13 28.2 7.52 -
YUV 133.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 118 157 51 0.25 0 0.68 0.38 82.08 0.51 0.41
Hex 76 9D 33 19 0 44 26 52 33 29
Octal 166 235 63 31 0 104 46 122 63 51
Binary 1110110 10011101 110011 11001 0 1000100 100110 1010010 110011 101001

Color Harmonies of #769D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D33

Black with #769D33

Text Example


Text Example

White with #769D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,157,51); }

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

background-color css

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

 a { background-color: rgb(118,157,51); }

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

border-color css

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

 span { border-color: rgb(118,157,51); }

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