Html Css Color HEX #769033 Sushi

📋 copy color: '#769033'

red 118 ◦ green 144 ◦ blue 51

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

Shades of Sushi #769033

Tints of Sushi #769033

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

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

R = 37.7%
G = 46.01%
B = 16.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#769033 (or 0x769033) is known color: Sushi. HEX triplet: 76, 90 and 33. RGB value is (118,144,51). Sum of RGB (Red+Green+Blue) = 118+144+51=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #769033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769033 is #896FCC. Grayscale: #7D7D7D. Windows color (decimal): -9007053 or 3379318. OLE color: 3379318.

HSL color Cylindrical-coordinate representation of color #769033: hue angle of 76.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #769033 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 51 -
CMYK 0.18 0 0.65 0.44
HSL 76.77º 0.48% 0.38% -
HSV(B) 76.77º 0.65% 0.56% -
XYZ 18.04 24.04 6.82 -
YUV 125.62 85.89 122.56 -
System Red Green Blue C M Y K H S L
Decimal 118 144 51 0.18 0 0.65 0.44 76.77 0.48 0.38
Hex 76 90 33 12 0 41 2C 4D 30 26
Octal 166 220 63 22 0 101 54 115 60 46
Binary 1110110 10010000 110011 10010 0 1000001 101100 1001101 110000 100110

Color Harmonies of #769033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769033

Black with #769033

Text Example


Text Example

White with #769033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769033; }

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

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

background-color css

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

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

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

border-color css

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

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

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