Html Css Color HEX #769C2B Sushi

📋 copy color: '#769C2B'

red 118 ◦ green 156 ◦ blue 43

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

Shades of Sushi #769C2B

Tints of Sushi #769C2B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.21%

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 37.22%
G = 49.21%
B = 13.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#769C2B (or 0x769C2B) is known color: Sushi. HEX triplet: 76, 9C and 2B. RGB value is (118,156,43). Sum of RGB (Red+Green+Blue) = 118+156+43=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #769C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769C2B is #8963D4. Grayscale: #848484. Windows color (decimal): -9003989 or 2858102. OLE color: 2858102.

HSL color Cylindrical-coordinate representation of color #769C2B: hue angle of 80.18º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #769C2B is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 156 43 -
CMYK 0.24 0 0.72 0.39
HSL 80.18º 0.57% 0.39% -
HSV(B) 80.18º 0.72% 0.61% -
XYZ 19.8 27.8 6.61 -
YUV 131.76 77.91 118.19 -
System Red Green Blue C M Y K H S L
Decimal 118 156 43 0.24 0 0.72 0.39 80.18 0.57 0.39
Hex 76 9C 2B 18 0 48 27 50 39 27
Octal 166 234 53 30 0 110 47 120 71 47
Binary 1110110 10011100 101011 11000 0 1001000 100111 1010000 111001 100111

Color Harmonies of #769C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C2B

Black with #769C2B

Text Example


Text Example

White with #769C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,156,43); }

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

background-color css

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

 a { background-color: rgb(118,156,43); }

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

border-color css

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

 span { border-color: rgb(118,156,43); }

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