Html Css Color HEX #769C33 Sushi

📋 copy color: '#769C33'

red 118 ◦ green 156 ◦ blue 51

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

Shades of Sushi #769C33

Tints of Sushi #769C33

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48%

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

R = 36.31%
G = 48%
B = 15.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#769C33 (or 0x769C33) is known color: Sushi. HEX triplet: 76, 9C and 33. RGB value is (118,156,51). Sum of RGB (Red+Green+Blue) = 118+156+51=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #769C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769C33 is #8963CC. Grayscale: #858585. Windows color (decimal): -9003981 or 3382390. OLE color: 3382390.

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

Color convert

RGB 118 156 51 -
CMYK 0.24 0 0.67 0.39
HSL 81.71º 0.51% 0.41% -
HSV(B) 81.71º 0.67% 0.61% -
XYZ 19.96 27.87 7.46 -
YUV 132.67 81.91 117.54 -
System Red Green Blue C M Y K H S L
Decimal 118 156 51 0.24 0 0.67 0.39 81.71 0.51 0.41
Hex 76 9C 33 18 0 43 27 52 33 29
Octal 166 234 63 30 0 103 47 122 63 51
Binary 1110110 10011100 110011 11000 0 1000011 100111 1010010 110011 101001

Color Harmonies of #769C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C33

Black with #769C33

Text Example


Text Example

White with #769C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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