Html Css Color HEX #769742 Sushi

📋 copy color: '#769742'

red 118 ◦ green 151 ◦ blue 66

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

Shades of Sushi #769742

Tints of Sushi #769742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 35.22%
G = 45.07%
B = 19.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#769742 (or 0x769742) is known color: Sushi. HEX triplet: 76, 97 and 42. RGB value is (118,151,66). Sum of RGB (Red+Green+Blue) = 118+151+66=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #769742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769742 is #8968BD. Grayscale: #838383. Windows color (decimal): -9005246 or 4364150. OLE color: 4364150.

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

Color convert

RGB 118 151 66 -
CMYK 0.22 0 0.56 0.41
HSL 83.29º 0.39% 0.43% -
HSV(B) 83.29º 0.56% 0.59% -
XYZ 19.52 26.38 9.22 -
YUV 131.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 118 151 66 0.22 0 0.56 0.41 83.29 0.39 0.43
Hex 76 97 42 16 0 38 29 53 27 2B
Octal 166 227 102 26 0 70 51 123 47 53
Binary 1110110 10010111 1000010 10110 0 111000 101001 1010011 100111 101011

Color Harmonies of #769742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769742

Black with #769742

Text Example


Text Example

White with #769742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769742; }

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

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

background-color css

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

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

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

border-color css

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

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

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