Html Css Color HEX #7C8533 Wasabi

📋 copy color: '#7C8533'

red 124 ◦ green 133 ◦ blue 51

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

Shades of Wasabi #7C8533

Tints of Wasabi #7C8533

RGB

 RED value IS 124 (48.83% from 255) = 40.26%

 GREEN value IS 133 (52.34% from 255) = 43.18%

 BLUE value IS 51 (20.31% from 255) = 16.56%

R = 40.26%
G = 43.18%
B = 16.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#7C8533 (or 0x7C8533) is known color: Wasabi. HEX triplet: 7C, 85 and 33. RGB value is (124,133,51). Sum of RGB (Red+Green+Blue) = 124+133+51=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8533 is #837ACC. Grayscale: #797979. Windows color (decimal): -8616653 or 3376508. OLE color: 3376508.

HSL color Cylindrical-coordinate representation of color #7C8533: hue angle of 66.59º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C8533 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 133 51 -
CMYK 0.07 0 0.62 0.48
HSL 66.59º 0.45% 0.36% -
HSV(B) 66.59º 0.62% 0.52% -
XYZ 17.3 21.3 6.33 -
YUV 120.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 124 133 51 0.07 0 0.62 0.48 66.59 0.45 0.36
Hex 7C 85 33 7 0 3E 30 43 2D 24
Octal 174 205 63 7 0 76 60 103 55 44
Binary 1111100 10000101 110011 111 0 111110 110000 1000011 101101 100100

Color Harmonies of #7C8533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8533

Black with #7C8533

Text Example


Text Example

White with #7C8533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C8533; }

 p { color: rgb(124,133,51); }

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

background-color css

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

 a { background-color: rgb(124,133,51); }

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

border-color css

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

 span { border-color: rgb(124,133,51); }

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