Html Css Color HEX #757943 Finch

📋 copy color: '#757943'

red 117 ◦ green 121 ◦ blue 67

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

Shades of Finch #757943

Tints of Finch #757943

RGB

 RED value IS 117 (46.09% from 255) = 38.36%

 GREEN value IS 121 (47.66% from 255) = 39.67%

 BLUE value IS 67 (26.56% from 255) = 21.97%

R = 38.36%
G = 39.67%
B = 21.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#757943 (or 0x757943) is known color: Finch. HEX triplet: 75, 79 and 43. RGB value is (117,121,67). Sum of RGB (Red+Green+Blue) = 117+121+67=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #757943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757943 is #8A86BC. Grayscale: #717171. Windows color (decimal): -9078461 or 4422005. OLE color: 4422005.

HSL color Cylindrical-coordinate representation of color #757943: hue angle of 64.44º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #757943 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 67 -
CMYK 0.03 0 0.45 0.53
HSL 64.44º 0.29% 0.37% -
HSV(B) 64.44º 0.45% 0.47% -
XYZ 15.19 17.86 7.96 -
YUV 113.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 117 121 67 0.03 0 0.45 0.53 64.44 0.29 0.37
Hex 75 79 43 3 0 2D 35 40 1D 25
Octal 165 171 103 3 0 55 65 100 35 45
Binary 1110101 1111001 1000011 11 0 101101 110101 1000000 11101 100101

Color Harmonies of #757943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757943

Black with #757943

Text Example


Text Example

White with #757943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757943; }

 p { color: rgb(117,121,67); }

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

background-color css

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

 a { background-color: rgb(117,121,67); }

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

border-color css

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

 span { border-color: rgb(117,121,67); }

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