Html Css Color HEX #74883C Wasabi

📋 copy color: '#74883C'

red 116 ◦ green 136 ◦ blue 60

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

Shades of Wasabi #74883C

Tints of Wasabi #74883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.59%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 37.18%
G = 43.59%
B = 19.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#74883C (or 0x74883C) is known color: Wasabi. HEX triplet: 74, 88 and 3C. RGB value is (116,136,60). Sum of RGB (Red+Green+Blue) = 116+136+60=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #74883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74883C is #8B77C3. Grayscale: #797979. Windows color (decimal): -9140164 or 3967092. OLE color: 3967092.

HSL color Cylindrical-coordinate representation of color #74883C: hue angle of 75.79º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74883C is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 60 -
CMYK 0.15 0 0.56 0.47
HSL 75.79º 0.39% 0.38% -
HSV(B) 75.79º 0.56% 0.53% -
XYZ 16.82 21.65 7.57 -
YUV 121.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 116 136 60 0.15 0 0.56 0.47 75.79 0.39 0.38
Hex 74 88 3C F 0 38 2F 4C 27 26
Octal 164 210 74 17 0 70 57 114 47 46
Binary 1110100 10001000 111100 1111 0 111000 101111 1001100 100111 100110

Color Harmonies of #74883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74883C

Black with #74883C

Text Example


Text Example

White with #74883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74883C; }

 p { color: rgb(116,136,60); }

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

background-color css

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

 a { background-color: rgb(116,136,60); }

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

border-color css

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

 span { border-color: rgb(116,136,60); }

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