Html Css Color HEX #769833 Sushi

📋 copy color: '#769833'

red 118 ◦ green 152 ◦ blue 51

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

Shades of Sushi #769833

Tints of Sushi #769833

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.35%

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

R = 36.76%
G = 47.35%
B = 15.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#769833 (or 0x769833) is known color: Sushi. HEX triplet: 76, 98 and 33. RGB value is (118,152,51). Sum of RGB (Red+Green+Blue) = 118+152+51=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #769833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769833 is #8967CC. Grayscale: #828282. Windows color (decimal): -9005005 or 3381366. OLE color: 3381366.

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

Color convert

RGB 118 152 51 -
CMYK 0.22 0 0.66 0.40
HSL 80.2º 0.5% 0.4% -
HSV(B) 80.2º 0.66% 0.6% -
XYZ 19.3 26.55 7.24 -
YUV 130.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 118 152 51 0.22 0 0.66 0.40 80.2 0.5 0.4
Hex 76 98 33 16 0 42 28 50 32 28
Octal 166 230 63 26 0 102 50 120 62 50
Binary 1110110 10011000 110011 10110 0 1000010 101000 1010000 110010 101000

Color Harmonies of #769833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769833

Black with #769833

Text Example


Text Example

White with #769833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769833; }

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

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

background-color css

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

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

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

border-color css

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

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

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