Html Css Color HEX #769935 Sushi

📋 copy color: '#769935'

red 118 ◦ green 153 ◦ blue 53

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

Shades of Sushi #769935

Tints of Sushi #769935

RGB

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

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

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

R = 36.42%
G = 47.22%
B = 16.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#769935 (or 0x769935) is known color: Sushi. HEX triplet: 76, 99 and 35. RGB value is (118,153,53). Sum of RGB (Red+Green+Blue) = 118+153+53=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #769935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769935 is #8966CA. Grayscale: #838383. Windows color (decimal): -9004747 or 3512694. OLE color: 3512694.

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

Color convert

RGB 118 153 53 -
CMYK 0.23 0 0.65 0.4
HSL 81º 0.49% 0.4% -
HSV(B) 81º 0.65% 0.6% -
XYZ 19.51 26.89 7.53 -
YUV 131.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 118 153 53 0.23 0 0.65 0.4 81 0.49 0.4
Hex 76 99 35 17 0 41 28 51 31 28
Octal 166 231 65 27 0 101 50 121 61 50
Binary 1110110 10011001 110101 10111 0 1000001 101000 1010001 110001 101000

Color Harmonies of #769935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769935

Black with #769935

Text Example


Text Example

White with #769935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769935; }

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

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

background-color css

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

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

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

border-color css

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

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

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