Html Css Color HEX #76992B Sushi

📋 copy color: '#76992B'

red 118 ◦ green 153 ◦ blue 43

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

Shades of Sushi #76992B

Tints of Sushi #76992B

RGB

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

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

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

R = 37.58%
G = 48.73%
B = 13.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#76992B (or 0x76992B) is known color: Sushi. HEX triplet: 76, 99 and 2B. RGB value is (118,153,43). Sum of RGB (Red+Green+Blue) = 118+153+43=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #76992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76992B is #8966D4. Grayscale: #828282. Windows color (decimal): -9004757 or 2857334. OLE color: 2857334.

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

Color convert

RGB 118 153 43 -
CMYK 0.23 0 0.72 0.4
HSL 79.09º 0.56% 0.38% -
HSV(B) 79.09º 0.72% 0.6% -
XYZ 19.3 26.81 6.44 -
YUV 130 78.9 119.44 -
System Red Green Blue C M Y K H S L
Decimal 118 153 43 0.23 0 0.72 0.4 79.09 0.56 0.38
Hex 76 99 2B 17 0 48 28 4F 38 26
Octal 166 231 53 27 0 110 50 117 70 46
Binary 1110110 10011001 101011 10111 0 1001000 101000 1001111 111000 100110

Color Harmonies of #76992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76992B

Black with #76992B

Text Example


Text Example

White with #76992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76992B; }

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

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

background-color css

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

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

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

border-color css

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

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

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