Html Css Color HEX #74833B Wasabi

📋 copy color: '#74833B'

red 116 ◦ green 131 ◦ blue 59

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

Shades of Wasabi #74833B

Tints of Wasabi #74833B

RGB

 RED value IS 116 (45.7% from 255) = 37.91%

 GREEN value IS 131 (51.56% from 255) = 42.81%

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 37.91%
G = 42.81%
B = 19.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#74833B (or 0x74833B) is known color: Wasabi. HEX triplet: 74, 83 and 3B. RGB value is (116,131,59). Sum of RGB (Red+Green+Blue) = 116+131+59=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #74833B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74833B is #8B7CC4. Grayscale: #767676. Windows color (decimal): -9141445 or 3900276. OLE color: 3900276.

HSL color Cylindrical-coordinate representation of color #74833B: hue angle of 72.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74833B is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 59 -
CMYK 0.11 0 0.55 0.49
HSL 72.5º 0.38% 0.37% -
HSV(B) 72.5º 0.55% 0.51% -
XYZ 16.11 20.26 7.2 -
YUV 118.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 116 131 59 0.11 0 0.55 0.49 72.5 0.38 0.37
Hex 74 83 3B B 0 37 31 48 26 25
Octal 164 203 73 13 0 67 61 110 46 45
Binary 1110100 10000011 111011 1011 0 110111 110001 1001000 100110 100101

Color Harmonies of #74833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74833B

Black with #74833B

Text Example


Text Example

White with #74833B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,131,59); }

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

background-color css

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

 a { background-color: rgb(116,131,59); }

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

border-color css

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

 span { border-color: rgb(116,131,59); }

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