Html Css Color HEX #769933 Sushi

📋 copy color: '#769933'

red 118 ◦ green 153 ◦ blue 51

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

Shades of Sushi #769933

Tints of Sushi #769933

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.52%

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

R = 36.65%
G = 47.52%
B = 15.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#769933 (or 0x769933) is known color: Sushi. HEX triplet: 76, 99 and 33. RGB value is (118,153,51). Sum of RGB (Red+Green+Blue) = 118+153+51=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #769933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769933 is #8966CC. Grayscale: #838383. Windows color (decimal): -9004749 or 3381622. OLE color: 3381622.

HSL color Cylindrical-coordinate representation of color #769933: hue angle of 80.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #769933 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 51 -
CMYK 0.23 0 0.67 0.4
HSL 80.59º 0.5% 0.4% -
HSV(B) 80.59º 0.67% 0.6% -
XYZ 19.46 26.87 7.29 -
YUV 130.91 82.9 118.79 -
System Red Green Blue C M Y K H S L
Decimal 118 153 51 0.23 0 0.67 0.4 80.59 0.5 0.4
Hex 76 99 33 17 0 43 28 51 32 28
Octal 166 231 63 27 0 103 50 121 62 50
Binary 1110110 10011001 110011 10111 0 1000011 101000 1010001 110010 101000

Color Harmonies of #769933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769933

Black with #769933

Text Example


Text Example

White with #769933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769933; }

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

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

background-color css

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

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

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

border-color css

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

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

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