Html Css Color HEX #769D23 Sushi

📋 copy color: '#769D23'

red 118 ◦ green 157 ◦ blue 35

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

Shades of Sushi #769D23

Tints of Sushi #769D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 38.06%
G = 50.65%
B = 11.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#769D23 (or 0x769D23) is known color: Sushi. HEX triplet: 76, 9D and 23. RGB value is (118,157,35). Sum of RGB (Red+Green+Blue) = 118+157+35=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #769D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769D23 is #8962DC. Grayscale: #838383. Windows color (decimal): -9003741 or 2334070. OLE color: 2334070.

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

Color convert

RGB 118 157 35 -
CMYK 0.25 0 0.78 0.38
HSL 79.18º 0.64% 0.38% -
HSV(B) 79.18º 0.78% 0.62% -
XYZ 19.83 28.09 5.97 -
YUV 131.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 118 157 35 0.25 0 0.78 0.38 79.18 0.64 0.38
Hex 76 9D 23 19 0 4E 26 4F 40 26
Octal 166 235 43 31 0 116 46 117 100 46
Binary 1110110 10011101 100011 11001 0 1001110 100110 1001111 1000000 100110

Color Harmonies of #769D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D23

Black with #769D23

Text Example


Text Example

White with #769D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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