Html Css Color HEX #769943 Sushi

📋 copy color: '#769943'

red 118 ◦ green 153 ◦ blue 67

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

Shades of Sushi #769943

Tints of Sushi #769943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.82%

R = 34.91%
G = 45.27%
B = 19.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#769943 (or 0x769943) is known color: Sushi. HEX triplet: 76, 99 and 43. RGB value is (118,153,67). Sum of RGB (Red+Green+Blue) = 118+153+67=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #769943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769943 is #8966BC. Grayscale: #858585. Windows color (decimal): -9004733 or 4430198. OLE color: 4430198.

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

Color convert

RGB 118 153 67 -
CMYK 0.23 0 0.56 0.4
HSL 84.42º 0.39% 0.43% -
HSV(B) 84.42º 0.56% 0.6% -
XYZ 19.88 27.04 9.48 -
YUV 132.73 90.9 117.49 -
System Red Green Blue C M Y K H S L
Decimal 118 153 67 0.23 0 0.56 0.4 84.42 0.39 0.43
Hex 76 99 43 17 0 38 28 54 27 2B
Octal 166 231 103 27 0 70 50 124 47 53
Binary 1110110 10011001 1000011 10111 0 111000 101000 1010100 100111 101011

Color Harmonies of #769943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769943

Black with #769943

Text Example


Text Example

White with #769943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769943; }

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

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

background-color css

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

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

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

border-color css

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

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

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