Html Css Color HEX #769735 Sushi

📋 copy color: '#769735'

red 118 ◦ green 151 ◦ blue 53

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

Shades of Sushi #769735

Tints of Sushi #769735

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.89%

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 36.65%
G = 46.89%
B = 16.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#769735 (or 0x769735) is known color: Sushi. HEX triplet: 76, 97 and 35. RGB value is (118,151,53). Sum of RGB (Red+Green+Blue) = 118+151+53=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #769735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769735 is #8968CA. Grayscale: #828282. Windows color (decimal): -9005259 or 3512182. OLE color: 3512182.

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

Color convert

RGB 118 151 53 -
CMYK 0.22 0 0.65 0.41
HSL 80.2º 0.48% 0.4% -
HSV(B) 80.2º 0.65% 0.59% -
XYZ 19.18 26.24 7.42 -
YUV 129.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 118 151 53 0.22 0 0.65 0.41 80.2 0.48 0.4
Hex 76 97 35 16 0 41 29 50 30 28
Octal 166 227 65 26 0 101 51 120 60 50
Binary 1110110 10010111 110101 10110 0 1000001 101001 1010000 110000 101000

Color Harmonies of #769735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769735

Black with #769735

Text Example


Text Example

White with #769735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769735; }

 p { color: rgb(118,151,53); }

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

background-color css

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

 a { background-color: rgb(118,151,53); }

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

border-color css

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

 span { border-color: rgb(118,151,53); }

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